flawfinder/entrypoint.sh

8 lines
150 B
Bash
Executable File

#!/bin/sh -l
# $1 arguments. BEWARE: Some filenames may need to be escaped.
# $2 output filename
flawfinder $1 > "$2"
echo "Executed with success."