mirror of
https://github.com/spiffcode/hostile-takeover.git
synced 2025-12-23 06:57:23 +00:00
8 lines
105 B
Python
Executable File
8 lines
105 B
Python
Executable File
#!/usr/bin/python2.7
|
|
|
|
import sys
|
|
import config
|
|
|
|
if len(sys.argv) == 2:
|
|
print config.get(sys.argv[1])
|