|
|
1.1 root 1: #!/v/bin/sh
2: PATH=/v/bin:/bin:/usr/bin
3: # executed by netlib, via /n/pyxis/netlib/f2c/F2C
4: args=
5: t=/netlib/f2c/tmp/$$
6: for i do case $i in -*) args="$args $i";; esac; done
7: nice -10 /v/bin/f2c -!I -T/netlib/f2c/tmp $args 2>$t
8: echo '#ifdef uNdEfInEd' 2>&1
9: echo 'comments from the converter: (stderr from f2c'$args')' 2>&1
10: cat $t
11: echo '#endif' 2>&1
12: rm -f $t
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.