Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
1d8a9cbe3f790c65f0836e96bc8c7e95bf633ea0
/
.
/
tools
/
with_venv.sh
blob: 550c4774e561f95a242c9d0ff5d0abecef8f7e4b [
file
] [
log
] [
blame
]
#!/bin/bash
TOOLS
=
`dirname $0`
VENV
=
$TOOLS
/../.
venv
source $VENV
/
bin
/
activate
&&
"$@"