ctf-tools/ropper/test

5 lines
81 B
Text
Raw Normal View History

2016-04-04 22:03:44 +00:00
#!/bin/bash -e
[ $(ropper --file /bin/false | wc -l) -gt 400 ] || exit 1
exit 0