Repository URL to install this package:
|
Version:
3.6.3-1~deb9u1 ▾
|
"""When ran as a script, simulates cat with no arguments."""
import sys
if __name__ == "__main__":
for line in sys.stdin:
sys.stdout.write(line)