fabpreso/func.py

5 lines
55 B
Python

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