OILS
/
spec
/
bin
/ argv.py
View on Github
|
oilshell.org
6 lines, 3 significant
1
#!/usr/bin/env python2
2
from __future__ import print_function
3
4
import sys
5
6
print(sys.argv[1:])