@@ -0,0 +1,11 @@
#!/bin/bash
if [ -z "$1" ]; then
echo "Expected file ending"
exit;
fi
year=$(date +%Y)
day=$(date +%d)
cp ./$year/src/template.$1 ./$year/src/day$day.$1
The note is not visible to the blocked user.