X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmmhwrap.sh;fp=uip%2Fmmhwrap.sh;h=dfd308afe1d6a7efd3c12e85d410493da76fcc33;hb=155ab56dceb237b491a9d551e2a74aa8d74a16c0;hp=0000000000000000000000000000000000000000;hpb=412b2e54251ff6e20537f83b95c8ee76ea8c5c40;p=mmh diff --git a/uip/mmhwrap.sh b/uip/mmhwrap.sh new file mode 100644 index 0000000..dfd308a --- /dev/null +++ b/uip/mmhwrap.sh @@ -0,0 +1,11 @@ +#!/bin/sh +# +# Wrapper for mmh commands +# +# For parallel installations of nmh and mmh. +# Removes the need to add /usr/local/mmh/bin to $PATH. +# +# Copy only this script into a $PATH directory. + +PATH="%bindir%:$PATH" +exec "$@"