Skip to content

Commit

Permalink
Add bat file for windows users.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trilleplay committed Jul 2, 2019
1 parent 05e95ae commit e99f59f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Bootloader.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off

IF EXIST upgradeRequest (
git pull origin
py -3 -m pip install -U -r requirements.txt --user
del upgradeRequest
)
IF NOT EXIST stage_3.txt (
py -3 GearBot/GearBot.py
)

0 comments on commit e99f59f

Please sign in to comment.