7 lines
52 B
Python
Executable File
7 lines
52 B
Python
Executable File
#!/usr/bin/env python
|
|
|
|
import sys
|
|
|
|
|
|
print(sys.argv)
|