This commit is contained in:
Kenneth Reitz
2012-05-30 03:21:46 -04:00
parent b1f8bf9f5e
commit f9b83a4e95
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ -f bin/post_compile ]; then
source bin/post_compile
chmod +x bin/post_compile
bin/post_compile
fi
+2 -1
View File
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
if [ -f bin/pre_compile ]; then
source bin/pre_compile
chmod +x bin/pre_compile
bin/pre_compile
fi