Skip to content

Instantly share code, notes, and snippets.

View carlbennett's full-sized avatar
💙
Fedora Linux

Carl Bennett carlbennett

💙
Fedora Linux
View GitHub Profile
@carlbennett
carlbennett / certgen.sh
Last active May 27, 2020 03:05
Place this file in its own directory and run it. It generates the certificate files in its current directory.
#!/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=()
@carlbennett
carlbennett / Dark UPS Tracker.css
Last active August 14, 2020 09:35
Dark UPS Tracker
/**
* 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
*/