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 | |
| # Teamwork CLI Time Logger Installation Script | |
| # | |
| # Usage: curl -fsSL https://gist.githubusercontent.com/arcticleaf/YOUR_GIST_ID/raw | bash | |
| # | |
| # NOTE: This file is distributed via a public GitHub Gist. | |
| # When you update this file, remember to also update the gist at: | |
| # https://gist.github.com/arcticleaf/YOUR_GIST_ID | |
| set -e |