Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jonesiscoding/89f743f91572e518c0ba88da0065ac78 to your computer and use it in GitHub Desktop.

Select an option

Save jonesiscoding/89f743f91572e518c0ba88da0065ac78 to your computer and use it in GitHub Desktop.
Gets URL After Redirect
# Get the final URL after the redirect
DL_URL=$( curl "${APP_URL}" -s -L -I -o /dev/null -w '%{url_effective}' )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment