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

5 lines
81 B
Bash

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