@ -16,6 +16,7 @@ LIB = \
SRC = \
chvt.c \
clear.c \
df.c \
dmesg.c \
free.c \
@ -0,0 +1,9 @@
/* See LICENSE file for copyright and license details. */
#include <stdio.h>
int
main(void)
{
printf("\e[2J\e[H");
return 0;
}
The note is not visible to the blocked user.