@ -1,3 +1,14 @@
#!/bin/bash
echo "### Compiling..."
gcc helloworld.c -o helloworld
gcc echo.c -o echo
echo "### Hello World:"
./helloworld
echo "### Echo:"
./echo Word!
echo "### Cleaning up..."
rm helloworld
rm echo
The note is not visible to the blocked user.