From 106530d5dc53166632a6a0ecc8930eb2b1ed4bfd Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 1 Nov 2019 18:36:12 -0400 Subject: Changed some command names and added a sh script --- run.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 run.sh (limited to 'run.sh') 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 -- cgit v1.2.3