A small data exchange program using UNIX signals between a server and a client in C
- Clone the repository
- Run
make
command - Run
./server
command in one terminal - Run
./client [server_pid] [message]
command in another terminal
A small data exchange program using UNIX signals between a server and a client in C.
C