Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d5eb7e

Browse files
committed
bin/python
1 parent d5c57e1 commit 0d5eb7e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Demo/scripts/from.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/python
1+
#! /usr/local/bin/python
22

33
# Print From and Subject of messages in $MAIL.
44
# Extension to multiple mailboxes and other bells & whistles are left

Demo/scripts/lpwatch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /ufs/guido/bin/sgi/python
2-
#! /usr/local/python
2+
#! /usr/local/bin/python
33

44
# Watch line printer queue(s).
55
# Intended for BSD 4.3 lpq.

Demo/scripts/mkrcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /ufs/guido/bin/sgi/python
2-
#! /usr/local/python
2+
#! /usr/local/bin/python
33

44
# A rather specialized script to make sure that a symbolic link named
55
# RCS exists pointing to a real RCS directory in a parallel tree

Demo/scripts/pp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/local/python
1+
#! /usr/local/bin/python
22

33
# Emulate some Perl command line options.
44
# Usage: pp [-a] [-c] [-d] [-e scriptline] [-F fieldsep] [-n] [-p] [file] ...

0 commit comments

Comments
 (0)