Files
dockerized-swg/gameserver/utils/content/build_java_single.sh
2018-01-11 21:02:00 -05:00

9 lines
239 B
Bash
Executable File

#/bin/bash
destination="data/sku.0/sys.server/compiled/game"
sourcepath="dsrc/sku.0/sys.server/compiled/game"
mkdir -p $destination/script
javac -classpath "$destination" -d "$destination" -sourcepath "$sourcepath" -g -deprecation "$1"