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