Skip to content

Instantly share code, notes, and snippets.

@pietergreyling
Last active February 16, 2016 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pietergreyling/5ed19c19d86ae17b2797 to your computer and use it in GitHub Desktop.
Save pietergreyling/5ed19c19d86ae17b2797 to your computer and use it in GitHub Desktop.
Mac OS X Bash command aliases to manage Google Drive Mac sync Icon files (USE AT OWN RISK!)
#!/bin/bash
alias iconll='find . -name Icon?'
alias iconrm='find . -name Icon? -exec rm -f {} \;'
alias iconfiles='clear && pgiconll && pgiconrm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment