flawfinder/entrypoint.sh

8 lines
100 B
Bash
Raw Normal View History

#!/bin/sh -l
2021-06-24 20:56:59 +02:00
# $1 arguments
# $2 output filename
2021-06-24 20:56:59 +02:00
flawfinder $1 > $2
echo "Executed with success."