bin/python

This commit is contained in:
Guido van Rossum 1993-04-01 20:47:28 +00:00
parent d5c57e1624
commit 0d5eb7e409
4 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#! /usr/local/python
#! /usr/local/bin/python
# Emulate some Perl command line options.
# Usage: pp [-a] [-c] [-d] [-e scriptline] [-F fieldsep] [-n] [-p] [file] ...