@@ -0,0 +1,8 @@
#!/bin/sh
echo Building with ...
echo gcc src/main.c -o res/main $(pkg-config --cflags --libs sdl3 x11 xfixes)
gcc src/main.c -o res/main $(pkg-config --cflags --libs sdl3 x11 xfixes)
echo Running...
./res/main
The note is not visible to the blocked user.