rizin/sys/indent.sh

4 lines
93 B
Bash
Executable file

#!/bin/sh
D=`dirname $PWD/$0`
uncrustify -c ${D}/uncrustify.cfg $@
diff -ru $1 $1.uncrustify