Created
December 14, 2016 19:22
-
-
Save aavrug/c99e2037944e5a69cdb4702fe41ec460 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def get_username(): | |
return pwd.getpwuid(os.getuid()).pw_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment