So, the bash scripts S.T.A.R.T. & mmcheck are two different programs and if I typed in START at the terminal prompt and I got mmcheck, if that is what you mean, then you saved the mmcheck bash script with the name START I guess. I have provided TWO complete download command lines which will provide both scripts, one at a time. Copy each of the two command strings to a command prompt and press enter for each one and then when you type in start, your get S.T.A.R.T. and when you type in mmcheck, you get, well mmcheck.
rm ~/bin/start ; wget -nc http://paste.opensuse.org/view/download/2413744 -O ~/bin/start ; chmod +x ~/bin/start
rm ~/bin/mmcheck ; wget -nc http://paste.opensuse.org/view/download/19133486 -O ~/bin/mmcheck ; chmod +x ~/bin/mmcheck
Thank You,