Skip to content

Commit

Permalink
Added no close to scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
joaofcmb committed Mar 31, 2019
1 parent d77a85f commit eab4c9f
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 43 deletions.
100 changes: 59 additions & 41 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion run.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
set CLASS-PATH=".\out\production\IART1819_T5"
set MAIN="core.LabyrinthRobot"

java --class-path %CLASS-PATH% %MAIN%
java --class-path %CLASS-PATH% %MAIN%
cmd /k
3 changes: 2 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
CLASS_PATH=".\out\production\IART1819_T5"
MAIN="core.LabyrinthRobot"

java --class-path $CLASS_PATH $MAIN
java --class-path $CLASS_PATH $MAIN
$SHELL

0 comments on commit eab4c9f

Please sign in to comment.