fabpreso/func.py

5 lines
55 B
Python
Raw Normal View History

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