Skip to content

Commit

Permalink
exchaanged -o for tee
Browse files Browse the repository at this point in the history
  • Loading branch information
pry0cc committed Feb 12, 2021
1 parent 6135ad7 commit 300d26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gau.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[{
"command":"cat input | /home/op/go/bin/gau -o output",
"command":"cat input | /home/op/go/bin/gau | tee output",
"ext":"txt"
}]

0 comments on commit 300d26c

Please sign in to comment.