Add script to trim whitespace

This commit is contained in:
Max Brunsfeld 2014-03-09 19:49:35 -07:00
parent e681a63552
commit 39aa0ccc91
66 changed files with 350 additions and 347 deletions

3
script/trim.sh Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
find src spec include -type f | xargs perl -pi -e 's/ +$//'