Skip to content

Commit

Permalink
Merge pull request #834 from harrellbm/develop
Browse files Browse the repository at this point in the history
Simple Launch Scripts
  • Loading branch information
Luis-Fernando-Molina authored Apr 24, 2021
2 parents 25c3e2d + afa1b8e commit ba4eca5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ debug.log
*.db
Projects/Superalgos/Icons/Thumbs.db
*.bat
!launch-windows.bat
*.exe

1 change: 1 addition & 0 deletions launch-linux.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
x-terminal-emulator -e "bash -c 'node run; $SHELL'"
1 change: 1 addition & 0 deletions launch-windows.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cmd /k "node run"

0 comments on commit ba4eca5

Please sign in to comment.