Skip to content

Commit

Permalink
Added scripts to both start the game and run the program
Browse files Browse the repository at this point in the history
These are optional but I added them for the sake of convenience.
  • Loading branch information
IncPlusPlus committed Nov 23, 2020
1 parent 755696b commit cb60735
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions start-and-run-game.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off

start steam://rungame/730/76561202255233023/
npm start
4 changes: 4 additions & 0 deletions start-and-run-game.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

xdg-open steam://rungame/730/76561202255233023/
npm start

0 comments on commit cb60735

Please sign in to comment.