Skip to content

Instantly share code, notes, and snippets.

@sylvinus
Created June 15, 2011 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sylvinus/1027320 to your computer and use it in GitHub Desktop.
Save sylvinus/1027320 to your computer and use it in GitHub Desktop.
from fabric.api import *
import os,shutil,re,sys
def test_all():
with show('everything'):
local("echo 'a'")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment