Skip to content

Instantly share code, notes, and snippets.

@tmtk75
Created August 5, 2013 05:24
Show Gist options
  • Select an option

  • Save tmtk75/6153697 to your computer and use it in GitHub Desktop.

Select an option

Save tmtk75/6153697 to your computer and use it in GitHub Desktop.
from fabric.api import env, run
env.use_ssh_config = True
def tail_message():
run("tail -f /var/log/message")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment