dev.sh uses entr to restart the server every time a change is made to a .py file
@@ -0,0 +1,7 @@
#!/bin/bash
if ! which entr > /dev/null; then
echo "entr is not installed, aborting..."
exit 1
fi
find . -name "*.py" | entr -r ./server.py
The note is not visible to the blocked user.