mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-14 08:49:50 +00:00
5 lines
93 B
Bash
Executable File
5 lines
93 B
Bash
Executable File
#!/bin/sh
|
|
D=`dirname $PWD/$0`
|
|
uncrustify -c ${D}/uncrustify.cfg $@
|
|
diff -ru $1 $1.uncrustify
|