Files
horizon/tools/with_venv.sh
Devin Carlen d3965a9f0a Initial commit
2011-01-12 13:43:31 -08:00

6 lines
95 B
Bash

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