/spotiprocess

A simple C project implementing message queue

Primary LanguageC

spotiprocess

A simple C project implementing message queue

How to compile

Compiling the composer

gcc composer.c -o composer -pthread

Compiling the listener

gcc listener.c -o listener

to filter

./listener | grep 'Gospel;'

Commands

A list of commands that can be used with this software

Listener

Commands default description
-g false prints the whole song
in one line
-r Infinite set the number of songs
that the process will listen for