Initial Commit
This commit is contained in:
4
node_modules/python-shell/test/python/echo_binary.py
generated
vendored
Normal file
4
node_modules/python-shell/test/python/echo_binary.py
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import sys
|
||||
|
||||
# simple binary echo script
|
||||
sys.stdout.write(sys.stdin.read())
|
||||
Reference in New Issue
Block a user