projects
/
oweals
/
cde.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
dtstyle: Coverity 89011
[oweals/cde.git]
/
cde
/
util
/
scripts
/
crayar.sh
1
#!/bin/sh
2
# $XConsortium: crayar.sh /main/2 1995/07/19 18:05:29 drk $
3
lib=$1
4
shift
5
if cray2; then
6
bld cr $lib `lorder $* | tsort`
7
else
8
ar clq $lib $*
9
fi
10