Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
usr
/
local
/
lib
/
python3.9
/
test
/
subprocessdata
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//usr/local/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)