From 378088e42ef362909ca0c67fda582c9bda4d233a Mon Sep 17 00:00:00 2001 From: sfop Date: Fri, 24 Jun 2016 10:42:10 +0200 Subject: [PATCH] Script execution --- script/test1.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 script/test1.py diff --git a/script/test1.py b/script/test1.py new file mode 100644 index 0000000..392790d --- /dev/null +++ b/script/test1.py @@ -0,0 +1,3 @@ +print "Start" +time.sleep(3.0) +print "Stop" \ No newline at end of file