Skip to content

Instantly share code, notes, and snippets.

@svx
Created October 11, 2015 10:52
Show Gist options
  • Select an option

  • Save svx/30ff90ad5796a244494f to your computer and use it in GitHub Desktop.

Select an option

Save svx/30ff90ad5796a244494f to your computer and use it in GitHub Desktop.
#!/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