Skip to content

Instantly share code, notes, and snippets.

@theskumar
Created April 8, 2013 11:51
Show Gist options
  • Save theskumar/5336258 to your computer and use it in GitHub Desktop.
Save theskumar/5336258 to your computer and use it in GitHub Desktop.
fabfile for creating subprojects and tab based versions.
from fabric.api import env, run, local
from fabric.decorators import hosts, with_settings
from fabric.context_managers import cd,lcd
import OS
env.use_ssh_config = True
def create_new_job(jobname):
pass
def get_current_dir():
return os.path.realpath(__file__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment