blob: 494065d08251890f9a45a980f67707066daf43a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
*** unix/rpsi1.orig Sat May 25 03:50:02 1991
--- unix/rpsi1 Thu Nov 12 11:25:41 1998
***************
*** 10,16 ****
#
# Run PSI1/88 using cmdlin.psi1 as input
#
! time ./PSI1 < $1.psi1
#
# remove any old files with the target name
#
--- 10,16 ----
#
# Run PSI1/88 using cmdlin.psi1 as input
#
! time PSI1 < $1.psi1
#
# remove any old files with the target name
#
|