Skip to content

Commit

Permalink
Scripte für das einfache Ausführen der Jar Datei Unter Windows und Unix
Browse files Browse the repository at this point in the history
Systemen
  • Loading branch information
kwoxer committed Jan 10, 2012
1 parent 8290b65 commit df44e2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Unix.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# /bin/bash
java -jar twitchess.jar
1 change: 1 addition & 0 deletions Windows.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -jar twitchess.jar

0 comments on commit df44e2a

Please sign in to comment.