diff --git a/data/gtfobins.json b/data/gtfobins.json index c78da58..184b2ea 100644 --- a/data/gtfobins.json +++ b/data/gtfobins.json @@ -204,8 +204,9 @@ "stream": "print", "args": [ "-v", "LFILE={lfile}", - "'BEGIN {{ printf \"\" > LFILE; while ((getline) > 0){{ print >> LFILE }}'" - ] + "'BEGIN {{ printf \"\" > LFILE; while ((getline) > 0){{ print >> LFILE }} }}'" + ], + "exit": "{ctrl_d}" } ], //------------------------------------------------------------------- @@ -230,7 +231,7 @@ "stream": "print", "args": [ "-v", "LFILE={lfile}", - "'BEGIN {{ printf \"\" > LFILE; while (getline > 0){{ print >> LFILE; }}}}'" + "'BEGIN {{ printf \"\" > LFILE; while (getline > 0){{ print >> LFILE; }} }}'" ], "exit": "{ctrl_d}" } @@ -544,4 +545,4 @@ } ] -} \ No newline at end of file +}