aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorJustin <jtsshieh@outlook.com>2019-11-02 11:05:21 -0400
committerJustin <jtsshieh@outlook.com>2019-11-02 11:05:21 -0400
commitbd313dd5c267010a0f85b2f338a5ae6751c128ca (patch)
tree76ce1d3741e0ae8a38e4b05375177208516de31b /run.sh
parent7031fa12ba79281edc49df972311c13ad0e8fa53 (diff)
parent1266292b6a01a8fefdd5ed378a6e8cd5a21b99a2 (diff)
downloadPokeBot-bd313dd5c267010a0f85b2f338a5ae6751c128ca.tar.gz
PokeBot-bd313dd5c267010a0f85b2f338a5ae6751c128ca.tar.bz2
PokeBot-bd313dd5c267010a0f85b2f338a5ae6751c128ca.zip
es-lint settings added + linted all files pt 2
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/run.sh b/run.sh
index 6ed23f5..6851a98 100755
--- a/run.sh
+++ b/run.sh
@@ -6,4 +6,6 @@ for (( ; ; ))
do
git pull
npm start
+ echo 'Starting back up in 2 seconds...'
+ sleep 2
done \ No newline at end of file