From 7def2577aefc4cfe94f57d9c5085be1fb7608802 Mon Sep 17 00:00:00 2001 From: kali Date: Wed, 30 Jan 2013 13:41:52 +0900 Subject: merged pkg & docs --- pkg/tools/with_venv.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 pkg/tools/with_venv.sh (limited to 'pkg/tools') diff --git a/pkg/tools/with_venv.sh b/pkg/tools/with_venv.sh new file mode 100755 index 00000000..0e58f1ab --- /dev/null +++ b/pkg/tools/with_venv.sh @@ -0,0 +1,4 @@ +#!/bin/bash +TOOLS=`dirname $0` +VENV=$TOOLS/../../.venv +source $VENV/bin/activate && $@ -- cgit v1.2.3