]> git.parisson.com Git - deefuzzer.git/commitdiff
add test script
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 14 Apr 2009 15:34:06 +0000 (15:34 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 14 Apr 2009 15:34:06 +0000 (15:34 +0000)
deefuzz-deamon-local.sh [new file with mode: 0755]

diff --git a/deefuzz-deamon-local.sh b/deefuzz-deamon-local.sh
new file mode 100755 (executable)
index 0000000..eb19e18
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/bash
+
+conf_file=$1
+log_file=/tmp/deefuzz.log
+
+set -e
+ulimit -c unlimited
+while true; do
+  ./deefuzz.py $1
+  sleep 3
+done