diff options
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 |
