echo_args.py 75 Bytes Raw Blame History Permalink 1 2 3 4 5 import sys # simple argument echo script for v in sys.argv[1:]: print v