deb-python-cinderclient/tools/with_venv.sh
2012-05-21 16:32:35 -04:00

5 lines
84 B
Bash
Executable File

#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@