a70e0a5 ^
1 2 3 4 5
#!/bin/sh # Compile provided Java files, keeping class files under `build/`. javac --source-path code -d build "$@"