2 lines
83 B
Bash
Executable file
2 lines
83 B
Bash
Executable file
#!/usr/bin/env bash
|
|
astyle --options=astyle.options --verbose --recursive ./*.java
|