mirror of
https://github.com/KevinMidboe/fanController.git
synced 2025-10-29 17:40:22 +00:00
6 lines
75 B
Python
6 lines
75 B
Python
import sys
|
|
|
|
# simple argument echo script
|
|
for v in sys.argv[1:]:
|
|
print v
|