1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2024-11-08 07:49:17 +01:00

Remove useless empty line

This commit is contained in:
Andrea Cardaci 2018-05-28 20:17:13 +02:00
parent 809975ce4c
commit 1a46497ae9

@ -31,5 +31,4 @@ functions:
- code: |
LFILE=file_to_write
awk -v LFILE=$LFILE 'BEGIN { print "data" > LFILE }'
---