This website requires JavaScript.
Explore
Help
Sign In
falso
/
cdesktopenv
mirror of
https://git.code.sf.net/p/cdesktopenv/code
Watch
1
Star
0
Fork
You've already forked cdesktopenv
0
Code
Issues
Releases
Wiki
Activity
045643d4db
cdesktopenv
/
cde
/
config
/
util
/
crayar.sh
10 lines
110 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
lib
=
$1
shift
if
cray2
;
then
bld cr
$lib
`
lorder
$*
|
tsort
`
else
ar clq
$lib
$*
fi
Reference in New Issue
View Git Blame
Copy Permalink