summary refs log tree commit diff stats
path: root/autotest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autotest.sh')
-rwxr-xr-xautotest.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/autotest.sh b/autotest.sh
new file mode 100755
index 0000000..54b998c
--- /dev/null
+++ b/autotest.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+until inotifywait -e modify compiler.lua testc.lua; do
+	date '+%s'
+	lua testc.lua
+done