dfd308afe1d6a7efd3c12e85d410493da76fcc33
[mmh] / mmhwrap.sh
1 #!/bin/sh
2 #
3 # Wrapper for mmh commands
4 #
5 # For parallel installations of nmh and mmh.
6 # Removes the need to add /usr/local/mmh/bin to $PATH.
7 #
8 # Copy only this script into a $PATH directory.
9
10 PATH="%bindir%:$PATH"
11 exec "$@"