@@ -0,0 +1,12 @@
#!/usr/bin/env bash
function cpln {
for f in `ls $1`
do
ln $1/$f $2 && ln -sf $2/$f $1
done
}
The note is not visible to the blocked user.