mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
5 lines
64 B
Python
5 lines
64 B
Python
#!/usr/bin/env python
|
|
import sys
|
|
|
|
print(' '.join(sys.argv[1:]))
|