@@ -1,13 +1,6 @@
#!/bin/bash
VENV_DIR="venv"
if [ ! -d "$VENV_DIR" ]; then
python3 -m venv venv
. "$VENV_DIR/bin/activate"
pip install -e .
else
fi
make "$VENV_DIR"
tge $@
The note is not visible to the blocked user.