misc/Spew.py (4 lines of code) (raw):

#!/usr/bin/env python i = 0; while True: i += 1 print(i)