@@ -0,0 +1,6 @@
#!/bin/bash
echo "Building kernel.img..."
make
if [ $? -eq 0 ]; then
echo "Build successful."
fi
The note is not visible to the blocked user.