1
0
Fork 0
fabpreso/func.py

6 Zeilen
56 B
Python

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