From c61e5e5bf2fad83b7b0fe7514f8767c2d22951b1 Mon Sep 17 00:00:00 2001 From: TheEdgeNK <32907415+TheEdgeNK@users.noreply.github.com> Date: Sat, 24 Mar 2018 15:41:33 -0400 Subject: fun fact: .bat files are supposed to be named .cmd --- run.cmd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 run.cmd (limited to 'run.cmd') 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 -- cgit v1.2.3