Mini Shell

Direktori : /opt/imh-python/lib/python3.9/site-packages/twisted/test/
Upload File :
Current File : //opt/imh-python/lib/python3.9/site-packages/twisted/test/process_cmdline.py

"""
Write to stdout the command line args it received, one per line.
"""


import sys

for x in sys.argv[1:]:
    print(x)

Zerion Mini Shell 1.0