Created
October 18, 2022 17:10
-
-
Save lanrat/ba58797d0c6a974f0475b2bbd70cada3 to your computer and use it in GitHub Desktop.
Global Entry remote appointments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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