From e2ae5749a522b0d4d2657a2cac571b1524d33cfa Mon Sep 17 00:00:00 2001 From: Ben Burwell Date: Tue, 15 Nov 2016 21:30:47 -0500 Subject: Initial commit --- run.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 run.sh (limited to 'run.sh') diff --git a/run.sh b/run.sh new file mode 100755 index 0000000..ea99c27 --- /dev/null +++ b/run.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +javac **/*.java +cd out/production/1090 +jar -cvfe planes.jar com.benburwell.planes.gui.Main1090 ** +java -jar planes.jar + -- cgit v1.2.3