distil/bin/usage

9 lines
228 B
Bash
Executable File

#!/bin/bash
INSTALLED="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ORIGIN=`pwd`
# Bring up our python environment
# Pass through all our command line opts as expected
$INSTALLED/../env/bin/python $INSTALLED/usage.py $@