mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-11-19 18:40:17 +00:00
3 lines
77 B
Bash
3 lines
77 B
Bash
|
#!/bin/sh
|
||
|
uncrustify --no-backup --replace -c `dirname $0`/uncrustify.cfg $*
|