blob: 550c4774e561f95a242c9d0ff5d0abecef8f7e4b [file] [log] [blame]
Justin Shepherd0d9bbd12011-08-11 12:57:44 -05001#!/bin/bash
2TOOLS=`dirname $0`
Matthew Treinish8e937d72012-12-14 11:11:41 -05003VENV=$TOOLS/../.venv
4source $VENV/bin/activate && "$@"