summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2019-08-01 00:34:56 -0300
committerSoniEx2 <endermoneymod@gmail.com>2019-08-01 00:34:56 -0300
commit477d6b5eb7db81a07516667a891d8b433e9af4dd (patch)
tree097aa433c612c1060383da6c306cce9b6e5a22a5
parent0dc1f1e30b6c4d5f7f6d311603ac7324358a0dd4 (diff)
Details v2.0.0
This was never supposed to be committed.
-rwxr-xr-xautotest.sh6
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