summaryrefslogtreecommitdiff
path: root/bin/rtt-run
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rtt-run')
-rwxr-xr-xbin/rtt-run9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/rtt-run b/bin/rtt-run
new file mode 100755
index 0000000..6873e2f
--- /dev/null
+++ b/bin/rtt-run
@@ -0,0 +1,9 @@
+#!/bin/bash
+while true
+do
+ nodemon --exitcrash server.js
+ echo
+ echo "Restarting soon!"
+ echo "Hit Ctl-C to exit."
+ sleep 3
+done