ctf-tools/ropper/test
2016-04-04 17:31:29 -07:00

4 lines
81 B
Bash
Executable file

#!/bin/bash -e
[ $(ropper --file /bin/false | wc -l) -gt 400 ] || exit 1
exit 0