Added python project; fixed spelling of folder
This commit is contained in:
9
Java Projects/JPath/buildJar.sh
Executable file
9
Java Projects/JPath/buildJar.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
function main() {
|
||||
jar cvfm JPath.jar manifest.txt com/itdominator/jpath/*.class \
|
||||
com/itdominator/jpath/utils/*.class \
|
||||
com/itdominator/jpath/resources
|
||||
chmod +x JPath.jar
|
||||
}
|
||||
main;
|
||||
Reference in New Issue
Block a user