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
| # Config var | |
| USERNAME=__CHANGE_THIS__ | |
| # Path | |
| export PATH=$PATH:/Users/$USERNAME/bin:/usr/local/go/bin:/usr/local/bin:$PATH | |
| # Env | |
| export EDITOR=subl | |
| # Prompt |
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 python | |
| # Usage | |
| # =============================== | |
| # test run | |
| # ./santa.py --test | |
| # | |
| # game time | |
| # ./santa.py --password EMAIL | |
| # |
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 | |
| # Remove OpsWorks security groups from the given region | |
| # Available regions: | |
| # ==================== | |
| # ap-northeast-1 => Asia Pacific (Tokyo) Region | |
| # ap-southeast-1 => Asia Pacific (Singapore) Region | |
| # ap-southeast-2 => Asia Pacific (Sydney) Region | |
| # eu-west-1 => EU (Ireland) Region |
NewerOlder