Added python project; fixed spelling of folder
This commit is contained in:
8
Java Projects/TileMaper/src/unix_compile.sh
Executable file
8
Java Projects/TileMaper/src/unix_compile.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
# -Xlint:unchecked
|
||||
function main() {
|
||||
javac *.java
|
||||
rm ../com/itdominator/tilemaper/*.class
|
||||
mv *.class ../com/itdominator/tilemaper/
|
||||
}
|
||||
main;
|
||||
Reference in New Issue
Block a user