EVOLUTION-MANAGER
Edit File: indent-all.sh
#!/bin/sh for f in `find . -type f -name "*.[c]"`; do ./indent.sh $f done