scyther/src/reindent.sh
2005-06-07 14:57:52 +00:00

6 lines
123 B
Bash
Executable File

#!/bin/sh
#
# Indent any changed files, ending in .c or .h
#
svn st | grep "^M.*\.[ch]$"| awk '{print $2}' | xargs indent