1
0
Fork 0
mirror of https://github.com/dirtbags/moth.git synced 2025-01-08 13:00:42 -07:00
moth/tanks/run
Paul S. Ferrell 597323eb36 Tanks fixes.
2009-10-07 13:53:51 -06:00

8 lines
218 B
Bash
Executable file

#! /bin/sh
[ -f /var/lib/ctf/disabled/tanks ] && exit 0
ln -s /var/lib/tanks /usr/lib/www/tanks/results
exec envuidgid ctf python2.6 run_tanks.py /var/lib/tanks/ easy 100 2>&1 &
#envuidgid ctf report_score.py 2>&1