iterator
Self-contained, Python-based general-purpose iterator experiment. This script iterates a list of "things" and runs one or more arbitrary system commands on each. That's pretty mundane, but here's the fun part: It provides an interface to configure it, and stores this configuration inside itself! Yeah pretty crazy huh? :)