7809499dab
It will support argument with blanks. Change-Id: Ic3a00bdafc11459e9726eb99c7bc637d385e859a Closes-Bug: #1220937
5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
TOOLS=`dirname $0`
|
|
VENV=$TOOLS/../.venv
|
|
source $VENV/bin/activate && "$@"
|