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