5 lines
87 B
Bash
5 lines
87 B
Bash
#!/bin/bash
|
|
_TOOLS=`dirname $0`
|
|
_VENV=$_TOOLS/../.nova-venv
|
|
source $_VENV/bin/activate
|