
It will support argument with blanks. Change-Id: I4e40cdd2be67c2f306ce53f297b7a830730d1bc7 Fixes: 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 && "$@"
|