Skip to content

Instantly share code, notes, and snippets.

@mrala
Created January 12, 2015 23:11
Show Gist options
  • Save mrala/1482ab2103094e281fcd to your computer and use it in GitHub Desktop.
Save mrala/1482ab2103094e281fcd to your computer and use it in GitHub Desktop.
loggedInUser=`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");'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment