Skip to content

Instantly share code, notes, and snippets.

@ellisonleao
Created May 27, 2013 20:29
Show Gist options
  • Save ellisonleao/5658931 to your computer and use it in GitHub Desktop.
Save ellisonleao/5658931 to your computer and use it in GitHub Desktop.
Omo
#!/bin/bash
rm -rfv `find ./ | egrep -i "(pyc|.swp|˜)$"`
echo "Omo lava mais branco"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment