env-cmd -x git clone \\$REPO_PULL_URL ./temp
Works fine on Mac, but returns "Wrong repo \$REPO_PULL_URL" - so probably another delimiter is needed.
Dotenv + cross-var works fine with %REPO_PULL_URL%, but they have another limitations i need to workaround.