contrib: add flap.sh

This commit is contained in:
Michael Friedrich 2013-07-30 13:09:26 +02:00
parent 603ceb9927
commit af772f2514
1 changed files with 5 additions and 0 deletions

5
contrib/flap.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
foo=$(shuf -i 0-3 -n 1)
echo "flapme: $foo"
exit $foo