Allow contiki-indent to operate on multiple files at once
This commit is contained in:
parent
c31a907ccd
commit
9131c4183b
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
export INDENT_PROFILE=`dirname $0`/indent.pro
|
export INDENT_PROFILE=`dirname $0`/indent.pro
|
||||||
indent $1
|
indent $*
|
||||||
|
|
Loading…
Reference in a new issue