Add read/write for ash, bash, csh, dash, ed, and emacs

This commit is contained in:
Emilio Pinna
2018-05-28 18:09:16 +01:00
committed by Andrea Cardaci
parent 2cfa11d5f8
commit 66b617c955
6 changed files with 35 additions and 0 deletions

View File

@@ -6,4 +6,8 @@ functions:
- code: sudo dash
suid-enabled:
- code: ./dash -p
file-write:
- code: |
export LFILE=file_to_write
ash -c 'echo data > $LFILE'
---