Skip to content

Instantly share code, notes, and snippets.

@opragel
Last active June 6, 2016 07:19
Show Gist options
  • Select an option

  • Save opragel/e54cb67859ced8b5a6ebf6dcac841cbb to your computer and use it in GitHub Desktop.

Select an option

Save opragel/e54cb67859ced8b5a6ebf6dcac841cbb to your computer and use it in GitHub Desktop.
launch_googledrive_osx.sh
#!/bin/bash
currentUser=$(python -c 'from SystemConfiguration import SCDynamicStoreCopyConsoleUser; import sys; username = (SCDynamicStoreCopyConsoleUser(None, None, None) or [None])[0]; username = [username,""][username in [u"loginwindow", None, u""]]; sys.stdout.write(username + "\n");')
launchctl asuser "$currentUser" open "/Applications/Google Drive.app/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment