5 lines
94 B
Bash
Executable File
5 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
where=$(dirname $0)
|
|
git ls-files | grep '\.[chm]$' | xargs sh "$where"/x-indent.sh
|
|
|