fabpreso/func.py

6 lines
56 B
Python
Raw Normal View History

2013-01-24 18:30:11 -08:00
from fabric.api import run
2013-01-24 19:03:49 -08:00
2013-01-24 18:30:11 -08:00
def hello():
run("ls")