Skip to content

Instantly share code, notes, and snippets.

@hortongn
Forked from dchandekstark/delws.sh
Last active August 29, 2015 14:20
Show Gist options
  • Save hortongn/b33b73c64fb1d12d5bb1 to your computer and use it in GitHub Desktop.
Save hortongn/b33b73c64fb1d12d5bb1 to your computer and use it in GitHub Desktop.
#!/bin/sh
TYPES="*.rb *.css *.js *.rake"
git ls-files ${TYPES} | xargs sed -E -i "" "s/[[:space:]]+$//g"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment