Files

8 lines
70 B
Bash
Raw Permalink Normal View History

2021-02-18 17:45:52 -06:00
#!/bin/bash
function main() {
cd bin/
java Bookshelf
}
main;