Closed prosecurity closed 4 years ago
how to i find the output or results of githound or how do i save them
The results are printed to stdout. You can use standard output redirection/piping to work with these (e.g. ./githound > output.txt)
./githound > output.txt
how to i find the output or results of githound or how do i save them