Skip to content

Instantly share code, notes, and snippets.

@cedricporter
Created July 10, 2014 11:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cedricporter/43a4f6f1f5674b4617fe to your computer and use it in GitHub Desktop.
Save cedricporter/43a4f6f1f5674b4617fe to your computer and use it in GitHub Desktop.
make increasing file
# python increasing_file.py >> out.log
import os
import time
import sys
while True:
print "asdf"
sys.stdout.flush()
time.sleep(0.01)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment