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

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