Reorder functions in binaries
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
---
|
||||
description: |
|
||||
It can only append data if the destination exists.
|
||||
description: 'It can only append data if the destination exists.
|
||||
|
||||
'
|
||||
functions:
|
||||
sudo-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_write
|
||||
echo data | sudo tee -a "$LFILE"
|
||||
suid-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_write
|
||||
echo data | ./tee -a "$LFILE"
|
||||
file-write:
|
||||
- code: |
|
||||
LFILE=file_to_write
|
||||
echo data | ./tee -a "$LFILE"
|
||||
- code: |
|
||||
LFILE=file_to_write
|
||||
echo data | ./tee -a "$LFILE"
|
||||
suid-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_write
|
||||
echo data | ./tee -a "$LFILE"
|
||||
sudo-enabled:
|
||||
- code: |
|
||||
LFILE=file_to_write
|
||||
echo data | sudo tee -a "$LFILE"
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user