Is there a way that I can prefix a command with the `rvm <version> do` that is used for the primary bin files? I'd like to simply do something like: `execute :rvm, 'bin/myscript'` and have the actual execution call `rvm <myversion> do bin/myscript`.