Initial revision
authorceriel <none@none>
Mon, 26 Jan 1987 21:51:58 +0000 (21:51 +0000)
committerceriel <none@none>
Mon, 26 Jan 1987 21:51:58 +0000 (21:51 +0000)
mach/pmds4/libsys/compmodule [new file with mode: 0755]

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