diff options
author | kali <kali@leap.se> | 2013-01-30 13:41:52 +0900 |
---|---|---|
committer | kali <kali@leap.se> | 2013-01-30 13:41:52 +0900 |
commit | 7def2577aefc4cfe94f57d9c5085be1fb7608802 (patch) | |
tree | eb70088fa8f56c10275dd1a77c9a2e4d6eb9876a /pkg/tools | |
parent | ba0769d7478c8dee6d768620dea587a0c12154e3 (diff) |
merged pkg & docs
Diffstat (limited to 'pkg/tools')
-rwxr-xr-x | pkg/tools/with_venv.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 && $@ |