Skip to content

Instantly share code, notes, and snippets.

@judoole
Last active November 25, 2015 07:06
Show Gist options
  • Save judoole/089c88f3ac5973026aa2 to your computer and use it in GitHub Desktop.
Save judoole/089c88f3ac5973026aa2 to your computer and use it in GitHub Desktop.
Fabric whoami
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