*** empty log message ***
authorem <none@none>
Mon, 5 Nov 1984 11:55:15 +0000 (11:55 +0000)
committerem <none@none>
Mon, 5 Nov 1984 11:55:15 +0000 (11:55 +0000)
mach/compare [new file with mode: 0755]
mach/install [new file with mode: 0755]

diff --git a/mach/compare b/mach/compare
new file mode 100755 (executable)
index 0000000..32b8be1
--- /dev/null
@@ -0,0 +1,2 @@
+MACH=`(cd .. ; basename \`pwd\`)`
+cmp $1 ../../../lib/${MACH}/$1
diff --git a/mach/install b/mach/install
new file mode 100755 (executable)
index 0000000..0358e56
--- /dev/null
@@ -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