Last active
March 28, 2016 20:17
-
-
Save Morbix/286d705dd767f1a42f7b 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
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