aboutsummaryrefslogtreecommitdiff
path: root/run.cmd
diff options
context:
space:
mode:
authorTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-24 15:41:33 -0400
committerTheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com>2018-03-24 15:41:33 -0400
commitc61e5e5bf2fad83b7b0fe7514f8767c2d22951b1 (patch)
treedfecb900cf3881c2f190592d6a127cf72edeed40 /run.cmd
parentac316088f53c82a23d07fe220bd133bbc8ec65fb (diff)
downloadPokeBot-c61e5e5bf2fad83b7b0fe7514f8767c2d22951b1.tar.gz
PokeBot-c61e5e5bf2fad83b7b0fe7514f8767c2d22951b1.tar.bz2
PokeBot-c61e5e5bf2fad83b7b0fe7514f8767c2d22951b1.zip
fun fact: .bat files are supposed to be named .cmd
Diffstat (limited to 'run.cmd')
-rw-r--r--run.cmd7
1 files changed, 7 insertions, 0 deletions
diff --git a/run.cmd b/run.cmd
new file mode 100644
index 0000000..e9f9890
--- /dev/null
+++ b/run.cmd
@@ -0,0 +1,7 @@
+@echo off
+
+title PokeBot Console
+:a
+git pull
+node bot.js
+goto a