(script Script)
| 669 | } |
| 670 | |
| 671 | func rawScriptURL(script Script) string { |
| 672 | return RawScriptURL(script) |
| 673 | } |
| 674 | |
| 675 | // BuildInstallScriptCommand builds the shell command that runs a remote script. |
| 676 | func BuildInstallScriptCommand(scriptURL string) string { |
no test coverage detected