Skip to content

Instantly share code, notes, and snippets.

@natea
Created June 22, 2011 11:19
Show Gist options
  • Save natea/1039901 to your computer and use it in GitHub Desktop.
Save natea/1039901 to your computer and use it in GitHub Desktop.
from __future__ import with_statement
from fabric.api import *
from fabric.contrib.console import confirm
env.hosts = ['my_server']
def test():
do_test_stuff()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment