C program infinitely printing * to stdout that can be used as a shell in SSH sessions
Find a file
DarkCat09 bab5b2550f
fix: less libs
replaced stdio's printf() + fflush() with with unistd's single write()
sadly it did not reduce size of a binary
2024-10-14 16:56:22 +04:00
.gitignore initial commit 2024-10-14 16:43:16 +04:00
main.c fix: less libs 2024-10-14 16:56:22 +04:00
Makefile feat: add handy makefile 2024-10-14 16:43:50 +04:00
UNLICENSE docs: add unlicense 2024-10-14 16:43:35 +04:00