Skip to content

Instantly share code, notes, and snippets.

@tlhc
Created December 1, 2012 09:08
Show Gist options
  • Save tlhc/4181206 to your computer and use it in GitHub Desktop.
Save tlhc/4181206 to your computer and use it in GitHub Desktop.
eh....just for fun.. so stupid..
find . -iname | file * | grep -i "executable" | awk -F ':' '{print $1}' | xargs git rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment