2 lines
76 B
Bash
Executable file
2 lines
76 B
Bash
Executable file
#!/bin/sh
|
|
uncrustify -c uncrustify.cfg "$1" && vimdiff "$1" "$1.uncrustify"
|