diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2019-04-15 22:38:40 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2019-04-15 22:38:40 -0300 |
commit | af3acfbb80bca7447af9fe0d4a34cf860163b218 (patch) | |
tree | a8cf3a183ea28f56156f6d7d7cf0580b2c240283 /autotest.sh | |
parent | e5e653340114025675a0e4c088733111413af452 (diff) |
Add stuff that doesn't work
Diffstat (limited to 'autotest.sh')
-rwxr-xr-x | autotest.sh | 6 |
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 |