diff --git a/_gtfobins/split.md b/_gtfobins/split.md index cd805c6..c51cd22 100644 --- a/_gtfobins/split.md +++ b/_gtfobins/split.md @@ -8,7 +8,7 @@ functions: cat $TF* command: - description: Command execution using an existing or new created file. - - code: | + code: | COMMAND=id TF=$(mktemp) split --filter=$COMMAND $TF @@ -23,5 +23,3 @@ functions: - code: | split --filter=bash /dev/stdin --- - -