# File lib/launchy/detect/runner.rb, line 40
    def shell_commands( cmd, args )
      cmdline = [ cmd.shellsplit ]
      cmdline << args.flatten.collect{ |a| a.to_s }
      return commandline_normalize( cmdline )
    end