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 | |
# This file is stored in the home directory on my system, update as you would see fit. | |
# certbot certonly --webroot -w /var/lib/haproxy $(/home/cert-domains.sh) | |
domainlist=( | |
'host.tld' | |
'sub001.host.tld' | |
'sub002.host.tld' | |
'sub003.host.tld' |
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
/** | |
* Advanced Window Snap (Extended | |
* Snaps the Active Window to one of nine different window positions. | |
* | |
* @Editing author Jarrett Urech | |
* @Original author Andrew Moore <andrew+github@awmoore.com> | |
* @version 2.1 | |
* | |
**/ |