diff --git a/script/test/test1.py b/script/test/test1.py new file mode 100644 index 0000000..392790d --- /dev/null +++ b/script/test/test1.py @@ -0,0 +1,3 @@ +print "Start" +time.sleep(3.0) +print "Stop" \ No newline at end of file