9 lines
227 B
Bash
Executable File
9 lines
227 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/bill.py $@ |