2016-12-15 23:14:42 -06:00

7 lines
80 B
Bash
Executable File

#!/bin/bash
VENV_DIR="venv"
make "$VENV_DIR"
. "$VENV_DIR/bin/activate"
tge $@