This file contains hidden or 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
[package] | |
name = "ga" | |
version = "0.1.0" | |
authors = ["Adam Jensen <[email protected]>"] | |
edition = "2020" | |
[dependencies] | |
rand = "0.7" |
This file contains hidden or 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
#!/bin/bash | |
# | |
# Global Entry appointments can be difficult to schedule at some locations. This script will check | |
# for available times every few minutes and notify you when one is available. | |
# | |
# ----------------------------------------------------------------------- | |
# | |
# This is free and unencumbered software released into the public domain. | |
# | |
# Anyone is free to copy, modify, publish, use, compile, sell, or |
OlderNewer