@@ -0,0 +1,5 @@
#! /bin/bash
# return a random number between 0 and 2
echo $(( $RANDOM % 3 ))
The note is not visible to the blocked user.