5 lines
89 B
Bash
Executable File
5 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
TOOLS=`dirname $0`
|
|
VENV=$TOOLS/../.nova-venv
|
|
source $VENV/bin/activate && $@
|