*** empty log message ***

This commit is contained in:
em 1984-11-05 11:55:15 +00:00
parent 2976b590af
commit 9c66801439
2 changed files with 9 additions and 0 deletions

2
mach/compare Executable file
View file

@ -0,0 +1,2 @@
MACH=`(cd .. ; basename \`pwd\`)`
cmp $1 ../../../lib/${MACH}/$1

7
mach/install Executable file
View file

@ -0,0 +1,7 @@
MACH=`(cd .. ; basename \`pwd\`)`
if cp $1 ../../../lib/${MACH}/$1
then
set -
ranlib ../../../lib/${MACH}/$1 >/dev/null 2>&1
exit 0
fi