fabpreso/func.py

6 lines
56 B
Python

from fabric.api import run
def hello():
run("ls")