Skip to content

Commit

Permalink
add run script
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Oct 18, 2010
1 parent edbd64a commit eacb7e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
ulimit -u 80
ulimit -v 1048576
while true; do perl evalbot.pl $@ 2>&1 | tee ~/evalbot.log; sleep 1; done

0 comments on commit eacb7e6

Please sign in to comment.