Is there a technical difference between ``` sh "curl ...." ``` and ``` loadLinuxScript(name: 'script-which-calls-curl') sh 'script-which-calls-curl' ``` I know the loadLinuxScript will execute on the worker. Will the inline curl execute on the worker or the master?