1 2 3 4 5 6 7 8 9
#!python import sys import cram try: sys.exit(cram.main(sys.argv[1:])) except KeyboardInterrupt: pass