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

Skip to content

Commit 41ffccb

Browse files
committed
*** empty log message ***
1 parent 9db0c1f commit 41ffccb

16 files changed

Lines changed: 16 additions & 16 deletions

File tree

Demo/scripts/fact.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
# Factorize numbers.
44
# The algorithm is not efficient, but easy to understand.

Demo/scripts/makedir.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
# Like mkdir, but also make intermediate directories if necessary.
44
# It is not an error if the given directory already exists (as long

Demo/scripts/pi.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 digits of pi forever.
44
#

Demo/scripts/primes.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 prime numbers in a given range
44

Tools/scripts/byteyears.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 the product of age and size of each file, in suitable units.
44
#

Tools/scripts/checkpyc.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
# Check that all ".pyc" files exist and are up-to-date
44
# Uses module 'os'
55

Tools/scripts/copytime.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
# Copy one file's atime and mtime to another
44

Tools/scripts/dutree.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
# Format du output in a tree shape
33

44
import os, string, sys

Tools/scripts/eptags.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
# eptags
44
#

Tools/scripts/findlinksto.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
# findlinksto
44
#

0 commit comments

Comments
 (0)