Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
7
Dependencies/Python/Lib/test/subprocessdata/qcat.py
vendored
Normal file
7
Dependencies/Python/Lib/test/subprocessdata/qcat.py
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
"""When ran as a script, simulates cat with no arguments."""
|
||||
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
for line in sys.stdin:
|
||||
sys.stdout.write(line)
|
Reference in New Issue
Block a user