Skip to content

WestleyR/pac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PAC - Print Files to Console

Pac is a simple, and fast file printer. Prints files, and stdin/pipe.


Install:

This is how to install PAC from source:

cd to/wherever/you/want/this/repo/

git clone https://github.com/WestleyR/pac
cd pac/
make
sudo make install

And yes, PAC can be compiled with tcc (tiny c compiler), edit in Makefile or use CC=tcc when compiling.