diff options
Diffstat (limited to 'runbot.bat')
| -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 |
