The purpose of this project is to code a small data exchange program using UNIX signals. This program only works on macOS(´・ω・`)
Cloning the repo
$ git clone --recursive https://github.com/inozo22/minitalk.gitTo compile client & server
$ make- Execute Server
$ ./server- Execute client with the Server PID and a string to send
$ ./client server_PID "whatever you want to send"