aboutsummaryrefslogtreecommitdiff
path: root/run.cmd
diff options
context:
space:
mode:
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