Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
573e4a110d9d6c5e80a8e640d063d17a7b624f18
/
.
/
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
&&
"$@"