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