aboutsummaryrefslogtreecommitdiff
path: root/run.sh
blob: 6ed23f53159e7f1e955ddb1eba07cc1f2d0c63d0 (plain) (blame)
1
2
3
4
5
6
7
8
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