summaryrefslogtreecommitdiff
path: root/run.sh
blob: d2dabf0865e90dd60359877a28ce9e05f5edfcca (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8

mkdir -p out/production/1090
javac -d out/production/1090 $(find src -name '*.java')
cd out/production/1090
jar -cvfe planes.jar com.benburwell.planes.gui.Main1090 **
java -jar planes.jar