Skip to content

Instantly share code, notes, and snippets.

@nkallen
Created November 24, 2008 04:05
Show Gist options
  • Save nkallen/28370 to your computer and use it in GitHub Desktop.
Save nkallen/28370 to your computer and use it in GitHub Desktop.
namespace :britt do
desc 'Removes trailing whitespace'
task :space do
sh %{find . -name '*.rb' -exec sed -i '' 's/ *$//g' {} \\;}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment