@ -1,7 +1,12 @@
#!/bin/sh
if [ -z "$1" ]; then
# Week number since 1970 modulo 4
week=$(expr $(date +%s) / 604800 % 4)
else
week=$1
fi
case $week in
0)
The note is not visible to the blocked user.