7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
VENV_DIR="venv"
|
|
make "$VENV_DIR"
|
|
. "$VENV_DIR/bin/activate"
|
|
tge $@
|