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.bat | 5 ----- run.cmd | 7 +++++++ 2 files changed, 7 insertions(+), 5 deletions(-) delete mode 100644 run.bat create mode 100644 run.cmd diff --git a/run.bat b/run.bat deleted file mode 100644 index f425abb..0000000 --- a/run.bat +++ /dev/null @@ -1,5 +0,0 @@ -@echo off -:a -git pull -node bot.js -goto a 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