From df44e2a693f3d488fe91243b899070e2ce425448 Mon Sep 17 00:00:00 2001 From: kwoxer Date: Tue, 10 Jan 2012 14:08:15 +0100 Subject: [PATCH] =?UTF-8?q?Scripte=20f=C3=BCr=20das=20einfache=20Ausf?= =?UTF-8?q?=C3=BChren=20der=20Jar=20Datei=20Unter=20Windows=20und=20Unix?= =?UTF-8?q?=20Systemen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Unix.sh | 2 ++ Windows.bat | 1 + 2 files changed, 3 insertions(+) create mode 100644 Unix.sh create mode 100644 Windows.bat diff --git a/Unix.sh b/Unix.sh new file mode 100644 index 0000000..09b0ca4 --- /dev/null +++ b/Unix.sh @@ -0,0 +1,2 @@ +# /bin/bash +java -jar twitchess.jar diff --git a/Windows.bat b/Windows.bat new file mode 100644 index 0000000..0832c23 --- /dev/null +++ b/Windows.bat @@ -0,0 +1 @@ +java -jar twitchess.jar \ No newline at end of file