@@ -0,0 +1,8 @@
#!/bin/bash
set -euo pipefail
make watch_frontend &
make watch_backend &
trap 'kill $(jobs -p)' EXIT
wait
The note is not visible to the blocked user.