1 2 3 4 5 6 7 8 9
#!/bin/sh lib=$1 shift if cray2; then bld cr $lib `lorder $* | tsort` else ar clq $lib $* fi