From b95f4c8bfdc58a828b71dbe712a3749045aa8fd7 Mon Sep 17 00:00:00 2001 From: sater Date: Thu, 19 Jul 1984 13:20:15 +0000 Subject: [PATCH] Initial revision --- mach/pdp/libem/compmodule | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mach/pdp/libem/compmodule diff --git a/mach/pdp/libem/compmodule b/mach/pdp/libem/compmodule new file mode 100755 index 000000000..e6e7c76e6 --- /dev/null +++ b/mach/pdp/libem/compmodule @@ -0,0 +1,4 @@ +if pdp -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi -- 2.34.1