Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bfayers committed Jan 9, 2017
1 parent 1115dd0 commit acdabdd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions start.bat
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,27 @@ IF %C%==5 EXIT
@ECHO ON
cd Espruino
vagrant up
@ECHO OFF
SET /P Z=
EXIT
:MICROPYTHON
@ECHO ON
cd micropython
vagrant up
@ECHO OFF
SET /P Z=
EXIT
:RIOT
@ECHO ON
cd RIOT
vagrant up
@ECHO OFF
SET /P Z=
EXIT
:PXT
@ECHO ON
cd PXT
vagrant up
@ECHO OFF
SET /P Z=
EXIT

0 comments on commit acdabdd

Please sign in to comment.