@@ -0,0 +1,13 @@
#!/usr/bin/env bash
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
source "$SCRIPT_DIR/files.sh"
cd "$SCRIPT_DIR" || exit 1
for file in "${FILES[@]}"; do
if [ -e "../$file" ] || [ -L "../$file" ]; then
cp -r "../$file" ./
fi
done
The note is not visible to the blocked user.