From d5148e0b0f1590b055281a3ef5a8e97ab23b3f0f Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 16 Jan 1987 16:49:12 +0000 Subject: [PATCH] Initial revision --- mach/ns/libem/compmodule | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 mach/ns/libem/compmodule diff --git a/mach/ns/libem/compmodule b/mach/ns/libem/compmodule new file mode 100755 index 000000000..adf99ccef --- /dev/null +++ b/mach/ns/libem/compmodule @@ -0,0 +1,4 @@ +if ns -c $1 1>&2 +then echo `basename $1 $2`.o +else exit 1 +fi -- 2.34.1