x-indent-all.sh 93 Bytes EditWeb IDE 1 2 3 4 #!/bin/sh where=`dirname $0` git ls-files | grep '\.[chm]$' | xargs sh "$where"/x-indent.sh