Files
heroku-buildpack-python/bin/steps/hooks/post_compile
T
Kenneth Reitz f9b83a4e95 chmod
2012-05-30 03:21:46 -04:00

6 lines
107 B
Bash

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