Initial revision
authorceriel <none@none>
Thu, 8 Jan 1987 10:21:35 +0000 (10:21 +0000)
committerceriel <none@none>
Thu, 8 Jan 1987 10:21:35 +0000 (10:21 +0000)
mach/i86/libem/compmodule [new file with mode: 0755]

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