@ -0,0 +1,18 @@
#/bin/bash
if [[ "$1" == "--help" ]]
then
echo -e "\nforeach [filter] [path] [action]\n"
exit
elif [[ "$1" == "-h" ]]
fi
action=$3
filter=$1
path=$2
for f in $path/$filter
do
$action
done
The note is not visible to the blocked user.