mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-30 20:42:44 +00:00
6 lines
80 B
Python
Executable File
6 lines
80 B
Python
Executable File
import sys
|
|
|
|
# simple argument echo script
|
|
for v in sys.argv[1:]:
|
|
print v
|