@@ -0,0 +1,20 @@
#!/bin/bash
if [ -z "$1" ]; then
echo "Expected year"
exit;
fi
if [ -z "$2" ]; then
echo "Expected day"
if [ $2 > 25 ]; then
echo "Invalid day"
cd $1
./run_day $2
The note is not visible to the blocked user.