Files
rpiRadio/ProjectNow/NodeServer/node_modules/python-shell/test/python/echo_args.py
2018-05-19 02:20:19 +02:00

6 lines
80 B
Python
Executable File

import sys
# simple argument echo script
for v in sys.argv[1:]:
print v