From: Guillaume Pellerin Date: Tue, 14 Apr 2009 15:34:06 +0000 (+0000) Subject: add test script X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=1e15effd8221dc3af32ed84dede109e0c7c35d17;p=deefuzzer.git add test script --- diff --git a/deefuzz-deamon-local.sh b/deefuzz-deamon-local.sh new file mode 100755 index 0000000..eb19e18 --- /dev/null +++ b/deefuzz-deamon-local.sh @@ -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