Your IP : 216.73.216.196


Current Path : /opt/alt/python312/lib64/python3.12/test/subprocessdata/
Upload File :
Current File : //opt/alt/python312/lib64/python3.12/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)