Skip to content

Instantly share code, notes, and snippets.

@nikolovlazar
Created August 13, 2018 14:22
Show Gist options
  • Save nikolovlazar/b9dfbe9c7f58adf59100b0bbf9e64eed to your computer and use it in GitHub Desktop.
Save nikolovlazar/b9dfbe9c7f58adf59100b0bbf9e64eed to your computer and use it in GitHub Desktop.
fuck bin obj
#!/bin/bash
find . -iname 'bin' -o -iname 'obj' | xargs rm -rf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment