literate detect

This commit is contained in:
Kenneth Reitz
2012-03-23 19:52:59 -04:00
parent c196347e58
commit a946ce09c0
+12 -1
View File
@@ -1,5 +1,16 @@
#!/usr/bin/env bash
# bin/detect <build-dir>
# This script serves as the
# [**Python Buildpack**](https://github.com/heroku/heroku-buildpack-python)
# detector.
#
# A [buildpack](http://devcenter.heroku.com/articles/buildpacks) is an
# adapter between a Python application and Heroku's runtime.
# ## Usage
# Compiling an app into a slug is simple:
#
# $ bin/detect <build-dir> <cache-dir>
BUILD_DIR=$1