root/trunk/aux/cosmetics.sh
| Revision 566, 194 bytes (checked in by jajcus, 4 years ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | #!/bin/sh |
| 2 | |
| 3 | dir="`dirname $0`" |
| 4 | |
| 5 | find . '(' -name "*.c" -o -name "*.h" ')' -a '(' '!' -path './libxode/*' -a '!' -path './intl/*' ')' \ |
| 6 | | xargs -n1 vim -u NONE -s "$dir/cosmetics.vim" |
| 7 | stty sane |
Note: See TracBrowser for help on using the browser.
