Initial revision
authorsater <none@none>
Thu, 19 Jul 1984 13:20:15 +0000 (13:20 +0000)
committersater <none@none>
Thu, 19 Jul 1984 13:20:15 +0000 (13:20 +0000)
mach/pdp/libem/compmodule [new file with mode: 0755]

diff --git a/mach/pdp/libem/compmodule b/mach/pdp/libem/compmodule
new file mode 100755 (executable)
index 0000000..e6e7c76
--- /dev/null
@@ -0,0 +1,4 @@
+if pdp -c $1 1>&2
+then echo `basename $1 $2`.o
+else exit 1
+fi