readmetest

This commit is contained in:
djonker 2023-03-11 03:27:41 +01:00
parent ae0b450b56
commit 63f609734e

View File

@ -1,6 +1,6 @@
# Minitalk # Minitalk
Minitalk is a simple project that requires you to use unix signals to send over strings between 2 programs.\ Minitalk is a simple project that requires you to use unix signals to send over strings between 2 programs.\
We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to send them over\ We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to send them over
--- ---
## Improvements ## Improvements
@ -16,7 +16,7 @@ We can only use **SIGUSR1** and **SIGUSR2** and we can use the kill function to
--- ---
## Bugs ## Bugs
*none* *none*\
~~pid would return 0 when run in background~~ ~~pid would return 0 when run in background~~
--- ---