Files
dockerized-swg-src/utils/mocha/build_java_single.sh
T
2015-08-02 11:38:07 -05:00

10 lines
177 B
Bash
Executable File

#/bin/bash
destination="tmp2"
sourcepath="tmp"
mkdir -p $destination/script
javac -classpath "$destination" -d "$destination" -sourcepath "$sourcepath" -g -deprecation "$1"