Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
0a5788f52a30d34beda14e2fddf8883d3df34173
/
.
/
tools
/
with_venv.sh
blob: 550c4774e561f95a242c9d0ff5d0abecef8f7e4b [
file
] [
log
] [
blame
]
Justin Shepherd
0d9bbd1
2011-08-11 12:57:44 -0500
[
diff
] [
blame
]
1
#!/bin/bash
2
TOOLS
=
`dirname $0`
Matthew Treinish
8e937d7
2012-12-14 11:11:41 -0500
[
diff
] [
blame
]
3
VENV
=
$TOOLS
/../.
venv
4
source $VENV
/
bin
/
activate
&&
"$@"