~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

1
2
3
4
#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && "$@"