more meaningful func

This commit is contained in:
Stephen McQuay 2013-01-24 18:30:11 -08:00
parent 8913408e72
commit 2029f645a7
1 changed files with 4 additions and 0 deletions

4
func.py Normal file
View File

@ -0,0 +1,4 @@
from fabric.api import run
def hello():
run("ls")