@@ -1,3 +1,7 @@
#!/bin/sh
./main &
if [ ./main & ]; then
exit 0
else
exit 1
fi
The note is not visible to the blocked user.