ack/bin/lint-lib.ack

13 lines
274 B
Plaintext
Raw Normal View History

1991-10-10 14:39:33 +00:00
: '$Header$'
: Create a lint library file. The name of the library file is constructed
: from the first argument. The second argument indicates the directory where
: the result is to be placed. This version is for ACK lint.
n=$1
shift
d=$1
shift
lint -L$n $*
mv $n.llb $d