@@ -0,0 +1,7 @@
#!/bin/env bash
for dir in */; do
dir="${dir%/}"
echo "Stowing: $dir"
stow "$dir"
done
The note is not visible to the blocked user.