Skip to content

Instantly share code, notes, and snippets.

@lanrat
Created October 18, 2022 17:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lanrat/ba58797d0c6a974f0475b2bbd70cada3 to your computer and use it in GitHub Desktop.
Save lanrat/ba58797d0c6a974f0475b2bbd70cada3 to your computer and use it in GitHub Desktop.
Global Entry remote appointments
#!/usr/bin/env bash
# exclude empty string
curl -s 'https://ttp.cbp.dhs.gov/schedulerapi/slots?orderBy=soonest&limit=10&remote=true&minimum=1' | grep -v '\[ \]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment