Adopt new function names
This commit is contained in:
@@ -6,11 +6,11 @@ functions:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
grep '' $LFILE
|
||||
suid-enabled:
|
||||
suid:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
./grep '' $LFILE
|
||||
sudo-enabled:
|
||||
sudo:
|
||||
- code: |
|
||||
LFILE=file_to_read
|
||||
sudo grep '' $LFILE
|
||||
|
||||
Reference in New Issue
Block a user