aboutsummaryrefslogtreecommitdiff
path: root/run.bat
diff options
context:
space:
mode:
authorAlee <alee14498@gmail.com>2018-02-23 21:15:33 -0500
committerAlee <alee14498@gmail.com>2018-02-23 21:15:33 -0500
commit117594ecb3ea40b607305e81bd0c86441ef8d1e1 (patch)
treea2eeb111311c92e99551c7dad8f8f91500b7ab42 /run.bat
parent722097790e7fa7f3b8868ad6e097996a27c2c5c5 (diff)
downloadPokeBot-117594ecb3ea40b607305e81bd0c86441ef8d1e1.tar.gz
PokeBot-117594ecb3ea40b607305e81bd0c86441ef8d1e1.tar.bz2
PokeBot-117594ecb3ea40b607305e81bd0c86441ef8d1e1.zip
Added a loop file for batch
Diffstat (limited to 'run.bat')
-rw-r--r--run.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/run.bat b/run.bat
new file mode 100644
index 0000000..31af281
--- /dev/null
+++ b/run.bat
@@ -0,0 +1,4 @@
+:a
+git pull
+node bot.js
+goto a \ No newline at end of file