Files

8 lines
70 B
Bash
Executable File

#!/bin/bash
function main() {
cd bin/
java Bookshelf
}
main;