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
# Print From and Subject of messages in $MAIL.
# Extension to multiple mailboxes and other bells & whistles are left

View File

@ -1,5 +1,5 @@
#! /ufs/guido/bin/sgi/python
#! /usr/local/python
#! /usr/local/bin/python
# Watch line printer queue(s).
# Intended for BSD 4.3 lpq.

View File

@ -1,5 +1,5 @@
#! /ufs/guido/bin/sgi/python
#! /usr/local/python
#! /usr/local/bin/python
# A rather specialized script to make sure that a symbolic link named
# RCS exists pointing to a real RCS directory in a parallel tree

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] ...