aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..6ed23f5
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,9 @@
+#!/bin/bash
+echo 'Welcome to the PokeBot Console.'
+echo 'Press the enter key to start PokeBot.'
+read a
+for (( ; ; ))
+do
+ git pull
+ npm start
+done \ No newline at end of file