4 lines
95 B
Bash
Executable file
4 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
D=`dirname $PWD/$0`
|
|
uncrustify -c ${D}/uncrustify.cfg "$@"
|
|
diff -ru $1 $1.uncrustify
|