Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
bc1d3a044b5e3e515adbf9a06274fdaf6f7c1255
/
.
/
tools
/
with_venv.sh
blob: 2e2b855c38e4105554bbce7fc8e18c38db35ac65 [
file
] [
log
] [
blame
]
#!/bin/bash
TOOLS
=
`dirname $0`
VENV
=
$TOOLS
/../.
kong
-
venv
source $VENV
/
bin
/
activate
&&
$@