@@ -0,0 +1,6 @@
#!/usr/bin/env bash
for file in $(find "$@" -type f); do
echo $file;
cat $file | cargo run -q;
done
The note is not visible to the blocked user.