OILS / opy / _regtest / src / spec / bin / argv.py View on Github | oilshell.org

5 lines, 3 significant
1#!/usr/bin/env python
2from __future__ import print_function
3
4import sys
5print(sys.argv[1:])