@@ -0,0 +1,7 @@
#!/bin/bash
trap 'kill 0' EXIT
for i in {1..5}
do
./build/reno.x86_64 &
done
wait
The note is not visible to the blocked user.