mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
6 lines
65 B
Python
6 lines
65 B
Python
#!/usr/bin/env python
|
|
|
|
import sys
|
|
|
|
print(' '.join(sys.argv[1:]))
|