mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-24 14:54:54 +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
|