diff options
| author | Unknown <Alee14498@gmail.com> | 2017-06-01 20:54:10 +0000 |
|---|---|---|
| committer | Unknown <Alee14498@gmail.com> | 2017-06-01 20:54:10 +0000 |
| commit | b53bee092af9fea75bc6a8a713286e995a3c8b79 (patch) | |
| tree | 570b8791d336666a52748e30e9877076e22e283c | |
| parent | 4ea57810aa585e04418bb7041287534885f7c1b1 (diff) | |
| download | AleeBot-b53bee092af9fea75bc6a8a713286e995a3c8b79.tar.gz AleeBot-b53bee092af9fea75bc6a8a713286e995a3c8b79.tar.bz2 AleeBot-b53bee092af9fea75bc6a8a713286e995a3c8b79.zip | |
Putting some things in the batch file
| -rw-r--r-- | runbot.bat | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ @echo off :1 +echo [INFO] Getting the latest info... +git pull +echo [SUCCESS] Finished getting the latest info echo [INFO] Starting AleeBot node bot.js -goto 1
\ No newline at end of file +goto 1 |
