| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #!/bin/csh -f | |
| 2 | < | # SCCSid "$SunId$ LBL" |
| 2 | > | # RCSid: $Id$ |
| 3 | # | |
| 4 | # Adjust picture acuity according to human visual abilities | |
| 5 | # | |
| # | Line 7 | Line 7 | if ($#argv != 1) then | |
| 7 | echo "Usage: $0 input.pic > output.pic" | |
| 8 | exit 1 | |
| 9 | endif | |
| 10 | < | set td=/usr/tmp |
| 10 | > | set td=/tmp |
| 11 | set tfc1=$td/ac$$.cal | |
| 12 | set tf=($td/c{1,2,4,8,16,32}d$$.pic $tfc1) | |
| 13 | set ifile=$1 | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |