@@ -1,3 +1,6 @@
#!/usr/bin/env sh
set -eu
# If venv doesnt exists
[ -d venv/ ] || python3 -m venv venv
# Activate venv
The note is not visible to the blocked user.