@ -0,0 +1,8 @@
#!/usr/bin/python
import time
import sys
while True:
print('.',end='')
sys.stdout.flush()
time.sleep(1)