Files
heroku-buildpack-python/bin/steps/hooks/post_compile
T
Kenneth Reitz 7af5175942 hooks
2012-05-30 03:13:32 -04:00

5 lines
83 B
Bash

#!/usr/bin/env bash
if [ -f bin/post_compile]; then
source bin/post_compile
fi