Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
python-3.9
/
usr
/
lib
/
python3.9
/
test
/
subprocessdata
/
//proc/thread-self/root/opt/python-3.9/usr/lib/python3.9/test/subprocessdata/qcat.py
"""When ran as a script, simulates cat with no arguments.""" import sys if __name__ == "__main__": for line in sys.stdin: sys.stdout.write(line)