Ivar Lazzaro 15db2af2bb Repo Init
enables unit testing and heat dependency

Change-Id: I51908e334b7ef3f0a2c200a1dae85de81e418a23
2014-10-17 17:52:39 -07:00

5 lines
86 B
Bash
Executable File

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