@@ -0,0 +1,9 @@
#!/usr/bin/env bash
set -e
if [ ! -d .venv ]; then
python3 -m venv .venv
fi
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -r requirements.txt
python main.py
The note is not visible to the blocked user.