#!/usr/bin/sh

exec python /usr/lib/python2.5/site-packages/aptly/aptly.py "$@"

# uncomment to test local dev version
#exec python ./aptly.py "$@"
