4 lines
76 B
Bash
Executable File
4 lines
76 B
Bash
Executable File
#!/bin/bash
|
|
mkdir -p ~/dev/.target
|
|
javac -d ~/dev/.target src/puzzle/*.java
|