6d3331e831
Also adds some tools for dealing with virtualenvs to the tools directory.
5 lines
87 B
Bash
Executable File
5 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
TOOLS=`dirname $0`
|
|
VENV=$TOOLS/../.nova-venv
|
|
source $VENV/bin/activate && $@
|