Close #17.
This commit is contained in:
George O 2018-08-20 00:17:55 +01:00 committed by Andrea Cardaci
parent 51acc5bc9b
commit cbab8b803a

16
_gtfobins/red.md Normal file
View File

@ -0,0 +1,16 @@
---
description: Read and write files limited to the current directory.
file-write:
- code: |
red file_to_write
a
DATA
.
w
q
file-read:
- code: |
red file_to_read
,p
q
---