]> git.parisson.com Git - deefuzzer.git/commitdiff
reinstall deamon
authorGuillaume Pellerin <yomguy@parisson.com>
Fri, 17 Apr 2009 07:05:11 +0000 (07:05 +0000)
committerGuillaume Pellerin <yomguy@parisson.com>
Fri, 17 Apr 2009 07:05:11 +0000 (07:05 +0000)
deefuzz-deamon.sh [new file with mode: 0755]

diff --git a/deefuzz-deamon.sh b/deefuzz-deamon.sh
new file mode 100755 (executable)
index 0000000..d662953
--- /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 > /dev/null
+  sleep 3
+done