refactor exec.ExecScript

Issue #49 resolved
Jon repo owner created an issue

exec.ExecScript is too tightly coupled with executing the platform-specific runner script. Genericize it to allow uru to run additional scripts that live in the .uru dir.

This will likely be needed to expand support for additional GEM_HOME scenarios.

  • update exec.CreateScript to return the runner script's basename and rename to exec.CreateSwitcherScript

Comments (2)

  1. Log in to comment