~yolanda.robla/ubuntu/saucy/nagios3/dep-8-tests

1
2
3
4
5
6
#!/bin/sh

for f in `find . -type f -name "*.[c]"`; do
	./indent.sh $f
done