summaryrefslogtreecommitdiff
path: root/watcher.sh
diff options
context:
space:
mode:
Diffstat (limited to 'watcher.sh')
-rwxr-xr-xwatcher.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/watcher.sh b/watcher.sh
new file mode 100755
index 0000000..00c7b82
--- /dev/null
+++ b/watcher.sh
@@ -0,0 +1,9 @@
+#!/usr/bin/env bash
+
+buildRun() {
+ make && ./main
+}
+
+
+test
+while sleep 5; do buildRun; done