aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@gmail.com>2019-11-01 18:36:12 -0400
committerAndrew Lee <alee14498@gmail.com>2019-11-01 18:36:12 -0400
commit106530d5dc53166632a6a0ecc8930eb2b1ed4bfd (patch)
tree4e6469ba2cc34b952c295667be820b1ec202ca61 /run.sh
parent2c3bf24f5996753df4a2d4456949fc0b636f6366 (diff)
downloadPokeBot-106530d5dc53166632a6a0ecc8930eb2b1ed4bfd.tar.gz
PokeBot-106530d5dc53166632a6a0ecc8930eb2b1ed4bfd.tar.bz2
PokeBot-106530d5dc53166632a6a0ecc8930eb2b1ed4bfd.zip
Changed some command names and added a sh script
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