Windmill Bash
`bash
wmill script get f/include/vars-get --json | jq -r .content > /tmp/v.sh; set -a; source /tmp/v.sh; set +a
wmill script get f/include/vars-upload --json | jq -r .content > /tmp/v.sh; set -a; source /tmp/v.sh; set +a
`bash
wmill script get f/include/vars-get --json | jq -r .content > /tmp/v.sh; set -a; source /tmp/v.sh; set +a
wmill script get f/include/vars-upload --json | jq -r .content > /tmp/v.sh; set -a; source /tmp/v.sh; set +a