Files
Kenneth Reitz e831596f84 sleep
2011-11-22 01:16:42 -05:00

21 lines
280 B
Python

from time import sleep
import envoy
run = envoy.connect('make run')
print 'Running downloader...'
while True:
print 'Wating 200 seconds...'
sleep(200)
print 'Uploading...'
c = envoy.run('make upload')
print 'In sync!'
# print c.std_out
# print