File: srcindent.sh

package info (click to toggle)
pilrc 2.8p7-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,176 kB
  • ctags: 2,586
  • sloc: ansic: 13,839; sh: 343; makefile: 90
file content (6 lines) | stat: -rw-r--r-- 64 bytes parent folder | download
1
2
3
4
5
6
#!/bin/sh

for file in *.c *.h; do
    indent $file
done;
rm *~