@@ -0,0 +1,9 @@
#/bin/sh
if ! command -v lua &> /dev/null
then
echo "lua could not be found"
exit 1
else
lua main.lua "$@"
fi
The note is not visible to the blocked user.