Created
October 11, 2015 10:52
-
-
Save svx/30ff90ad5796a244494f to your computer and use it in GitHub Desktop.
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
| #!/bin/sh | |
| # | |
| # Run some tests, on commit, that we may catch some bugs before travis does. | |
| # We like color output | |
| # Colors | |
| red=`tput setaf 1` | |
| green=`tput setaf 2` | |
| reset=`tput sgr0` | |
| echo "${red}Do not forget to update the docs!${reset}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment