File:  [Research Unix] / researchv10no / cmd / f2c / Netlib.f2c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

#!/v/bin/sh
PATH=/v/bin:/bin:/usr/bin
#   executed by netlib, via /n/pyxis/netlib/f2c/F2C
args=
t=/netlib/f2c/tmp/$$
for i do case $i in -*) args="$args $i";; esac; done
nice -10 /v/bin/f2c -!I -T/netlib/f2c/tmp $args 2>$t
echo '#ifdef uNdEfInEd' 2>&1
echo 'comments from the converter:  (stderr from f2c'$args')' 2>&1
cat $t
echo '#endif' 2>&1
rm -f $t

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.