@ -0,0 +1,12 @@
#!/bin/bash
set -euo pipefail
cd "$(dirname "$0")"
if [ -f .env ]; then
set -a
source .env
set +a
fi
python run.py "$@"
The note is not visible to the blocked user.