@@ -14,6 +14,12 @@ elif [ $1 = "run" ]; then
make server
./output/server 5000 ./library "Testing library"
elif [ $1 = "test" ]; then
echo "Running tests"
make test
./output/test
elif [ $1 = "debug" ]; then
echo "Debugging"
The note is not visible to the blocked user.