Added scripts

This commit is contained in:
ceriel
1991-10-10 14:39:33 +00:00
parent 64eacb4c9f
commit 66e3a001cc
8 changed files with 130 additions and 0 deletions

12
bin/lint-lib.ack Executable file
View File

@@ -0,0 +1,12 @@
: '$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