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 | |
| # MIT Licence applies, except if you modify this script you agree to the following terms: | |
| # Don't use `set -e`, you're not an animal. Trap your errors. | |
| # Don't use uppercase for variables that aren't inherited from the environment. | |
| # Use 'echo -e' by default because science. | |
| # Terminate lines with semicolons because voodoo. | |
| # Quote your variable interpolations just about everywhere. | |
| # This script takes the name of an AWS security group: |