mirror of
https://bitbucket.org/seefoe/swg-main.git
synced 2026-01-16 23:04:42 -05:00
9 lines
270 B
Bash
Executable File
9 lines
270 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 -Xlint:-options -encoding utf8 -classpath "$destination" -d "$destination" -sourcepath "$sourcepath" -g -deprecation "$1"
|