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

7 lines
151 B
Bash

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