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
#!/usr/bin/env bash | |
# vim: set colorcolumn=: | |
set -e -o pipefail | |
[ -z "${TERM}" ] && echo 'Error: TERM not set, this script is exclusively interactive!' 1>&2 && exit 1 | |
echo -e '\e[1;32mCertificate Generator\e[0m' | |
HOSTNAMES=() |
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
/** | |
* Dark UPS Tracker v0.1 | |
* <https://gist.github.com/carlbennett/5569ae5c5217eb51f1dbd0d5ff848cfa> | |
* | |
* Written by Carl Bennett <[email protected]> | |
* You are hereby free to use this code under the MIT license. | |
* 14 August 2020 | |
* | |
* Official UPS Orange Color: #f7be00 | |
*/ |
OlderNewer