File: indent-all.sh

package info (click to toggle)
nagios4 4.4.6-4.1
  • links: PTS
  • area: main
  • in suites: sid, trixie
  • size: 22,336 kB
  • sloc: ansic: 97,631; sh: 12,619; javascript: 5,483; perl: 2,624; makefile: 1,265; php: 381; ruby: 95
file content (6 lines) | stat: -rwxr-xr-x 77 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#!/bin/sh

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