Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jasonwbarnett/8228445 to your computer and use it in GitHub Desktop.
Save jasonwbarnett/8228445 to your computer and use it in GitHub Desktop.
This is a gist that contains everything that's on my http://knowitnot.com site.
require 'io/console'
print "Please enter your password: "
password = STDIN.noecho(&:gets).chomp
puts ## This is here to add a line break after grabbing the user input
find ~/ -iname '*google*drive*' 2> /dev/null -exec rm -Rf {} \;
rm -Rf ~/Library/Application\ Support/Google/Drive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment