Added python project; fixed spelling of folder
This commit is contained in:
7
Java Projects/Bookshelf/unix_launch.sh
Executable file
7
Java Projects/Bookshelf/unix_launch.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
function main() {
|
||||
cd bin/
|
||||
java Bookshelf
|
||||
}
|
||||
main;
|
||||
Reference in New Issue
Block a user