diff options
| author | Andrew Lee <alee14498@gmail.com> | 2019-11-01 18:36:12 -0400 |
|---|---|---|
| committer | Andrew Lee <alee14498@gmail.com> | 2019-11-01 18:36:12 -0400 |
| commit | 106530d5dc53166632a6a0ecc8930eb2b1ed4bfd (patch) | |
| tree | 4e6469ba2cc34b952c295667be820b1ec202ca61 /run.sh | |
| parent | 2c3bf24f5996753df4a2d4456949fc0b636f6366 (diff) | |
| download | PokeBot-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-x | run.sh | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
