Skip to content

Instantly share code, notes, and snippets.

@Morbix
Last active March 28, 2016 20:17
Show Gist options
  • Save Morbix/286d705dd767f1a42f7b to your computer and use it in GitHub Desktop.
Save Morbix/286d705dd767f1a42f7b to your computer and use it in GitHub Desktop.
if hash tailor 2>/dev/null; then
tailor --except=trailing-whitespace,todo-syntax "${PROJECT_NAME}"
else
echo "warning: Please install Tailor from https://tailor.sh"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment