mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-03 22:06:22 +00:00
3 lines
95 B
Bash
Executable File
3 lines
95 B
Bash
Executable File
#!/bin/sh
|
|
uncrustify -q -c `dirname $0`/uncrustify.cfg -f $1 | diff -u $1 --to-file=/dev/stdin
|