Files
Kenneth Reitz 64e16e671a basics
2013-03-20 04:28:47 -07:00

7 lines
147 B
Bash

#!/usr/bin/env bash
if [ -f bin/pre_compile ]; then
echo "-----> Running pre-compile hook"
chmod +x bin/pre_compile
bin/pre_compile
fi