echo "----->"

This commit is contained in:
Kenneth Reitz
2012-05-30 04:21:22 -04:00
parent a1e1dbd865
commit 5d2ecd2f1f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
if [ -f bin/post_compile ]; then
echo "-----> Running post-compile hook"
chmod +x bin/post_compile
bin/post_compile
fi
+1
View File
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
if [ -f bin/pre_compile ]; then
echo "-----> Running pre-compile hook"
chmod +x bin/pre_compile
bin/pre_compile
fi