Skip to content

Instantly share code, notes, and snippets.

@Hotfirenet
Created July 4, 2018 07:40
Show Gist options
  • Save Hotfirenet/8a366e3705140e7404bd6fff4493ec46 to your computer and use it in GitHub Desktop.
Save Hotfirenet/8a366e3705140e7404bd6fff4493ec46 to your computer and use it in GitHub Desktop.
Shell qui permet de revenir à une installation toute fraiche de chrome sur MacOs
#!/bin/sh
rm -r ~/Library/Application Support
rm -r ~/Library/Caches
rm -r ~/Library/Google
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment