Harazi / onlycouples

A Program to filter any line that doesn't consist of a stream of couple characters, utilizing input and output streams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onlycouples

A Program to filter any line that doesn't consist of a stream of couple characters, utilizing input and output streams.

Building

Building require three simple steps:

make
sudo make install
make clean

By default it will install the binary into /usr/local/bin, you can override it with the environment variable INSTALLDIR. Like

make INSTALLDIR=~/.bin install

Note you don't need sudo in the previous example because the install directory is local.

About

A Program to filter any line that doesn't consist of a stream of couple characters, utilizing input and output streams.

License:GNU General Public License v3.0


Languages

Language:C 70.5%Language:Makefile 29.5%