2013-03-04 23:06:13 +04:00

5 lines
85 B
Bash

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