index
:
bhlib.git
trunk
Library with a bunch of stuff.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
trim-whitespace.sh
blob: 34a9c58571898a6f7427f671ecbcf75aaa45cb3e (
plain
)
1
2
#!/bin/sh find . \( -iname "*.h" -o -iname "*.c" \) -exec sed -i "s/[ \t]*$//" {} \;