@@ -0,0 +1,11 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"
if [ ! -d venv ]; then
python3 -m venv venv
fi
source venv/bin/activate
pip install -r requirements.txt
python main.py
The note is not visible to the blocked user.