Fix shuf YAML

master
Andrea Cardaci 2018-08-31 15:51:14 +02:00
parent 7a3422666f
commit 8f4b085807
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@ functions:
LFILE=file_to_write
shuf -e DATA -o "$LFILE"
suid-enabled:
- description:
code: |
- code: |
LFILE=file_to_write
./shuf -e DATA -o "$LFILE"
sudo-enabled: