1 2 3 4 5
"""Write to stdout the command line args it received, one per line.""" import sys for x in sys.argv[1:]: print x
Loggerhead is a web-based interface for Breezy Version: 2.0.1