1 2 3 4 5 6 7 8
#!/usr/bin/python import sys if __name__ == "__main__": out = open(sys.argv[1], "wb") out.write(sys.stdin.read()) out.close()
Loggerhead is a web-based interface for Breezy Version: 2.0.1