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 | |
| set -Eeuo pipefail | |
| # ============================================================ | |
| # _ _ _ ____ ___ ____ _ _____ | |
| # / \ | \ | / ___|_ _| __ )| | | ____| | |
| # / _ \ | \| \___ \| || _ \| | | _| | |
| # / ___ \| |\ |___) | || |_) | |___| |___ | |
| # /_/ \_\_| \_|____/___|____/|_____|_____| | |
| # |
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 | |
| set -Eeuo pipefail | |
| # ============================================================ | |
| # _______ __ | |
| # /_ __/___ _____________ _/ /___ _________ ___ | |
| # / / / _ \/ ___/ ___/ __ `/ / __ \/ ___/ __ `__ \ | |
| # / / / __/ / / / / /_/ / / /_/ / / / / / / / / | |
| # /_/ \___/_/ /_/ \__,_/_/\____/_/ /_/ /_/ /_/ | |
| # |