diff options
-rwxr-xr-x | autotest.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/autotest.sh b/autotest.sh deleted file mode 100755 index 54b998c..0000000 --- a/autotest.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -until inotifywait -e modify compiler.lua testc.lua; do - date '+%s' - lua testc.lua -done |