From 2029f645a7085d017abdd6c349cc22d34c6d04ba Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Thu, 24 Jan 2013 18:30:11 -0800 Subject: [PATCH] more meaningful func --- func.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 func.py diff --git a/func.py b/func.py new file mode 100644 index 0000000..c18d779 --- /dev/null +++ b/func.py @@ -0,0 +1,4 @@ +from fabric.api import run + +def hello(): + run("ls")