@@ -0,0 +1,8 @@
#!/bin/bash
echo "building wcc"
# only ghosts in the shell here
as src/*.asm -o obj/wcc.o
ld -s obj/wcc.o -o wcc
echo "done"
The note is not visible to the blocked user.