Skip to content

Instantly share code, notes, and snippets.

@baires
Last active May 4, 2022 19:40
Show Gist options
  • Save baires/75a4fba479ef5c1b129eba0bf307192d to your computer and use it in GitHub Desktop.
Save baires/75a4fba479ef5c1b129eba0bf307192d to your computer and use it in GitHub Desktop.
Simple alias to get correo argentino track status with curl
function correo () {
curl -s -D "/dev/stderr" https://api.correoargentino.com.ar/backendappcorreo/api/api/shipping-tracking-int-nac\?id_shipping\=$1 | jq
}
# Use: correo RV118...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment