Script execution

This commit is contained in:
sfop
2016-06-24 10:42:10 +02:00
parent 6dd0476d32
commit 378088e42e

3
script/test1.py Normal file
View File

@@ -0,0 +1,3 @@
print "Start"
time.sleep(3.0)
print "Stop"