index
:
pokeruby
master
Pokémon Ruby and Sapphire
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
whitespace.sh
blob: 7075fbd4ee5525ad062dfff8c8ecea15d6790fac (
plain
)
1
2
3
4
5
6
#!/bin/sh if grep -Enr "\s+\$" src; then # Trailing whitespace detected exit 1 fi