Changeset 937 for honeyclient/trunk/bin/run.sh
- Timestamp:
- 10/16/07 17:10:14 (1 year ago)
- Files:
-
- honeyclient/trunk/bin/run.sh (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/bin/run.sh
r783 r937 19 19 done 20 20 21 ping www.honeyclient.org21 ping pingu.honeyclient.org 22 22 cd ~/honeyclient && svn update 23 23 24 ~/honeyclient/Capture2/capture-client-xeno-mod/install/CaptureBAT.exe -c -l "C:\cygwin\tmp\realtime-changes.txt"& 25 24 26 while [ true ] ; do 25 sleep 5 && \ 26 perl -Ilib bin/StartAgent.pl 27 perl -Ilib bin/StartAgent.pl && sleep 1 27 28 done
