@@ -0,0 +1,12 @@
#!/bin/bash
if [ $(pgrep -c $(basename $0)) -gt 1 ]
then
echo 'Proccess already exist. Exiting..'
exit
fi
echo 'Good proccess run..'
sleep 500;
The note is not visible to the blocked user.