Last active
November 25, 2015 07:06
-
-
Save judoole/089c88f3ac5973026aa2 to your computer and use it in GitHub Desktop.
Fabric whoami
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
from fabric.api import run | |
def whoami(): | |
run('whoami') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment