summary refs log tree commit diff stats
path: root/autotest.sh
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2019-04-15 22:38:40 -0300
committerSoniEx2 <endermoneymod@gmail.com>2019-04-15 22:38:40 -0300
commitaf3acfbb80bca7447af9fe0d4a34cf860163b218 (patch)
treea8cf3a183ea28f56156f6d7d7cf0580b2c240283 /autotest.sh
parente5e653340114025675a0e4c088733111413af452 (diff)
Add stuff that doesn't work
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