Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 448 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 448 Bytes

hmah-cat

⚡ Blazingly slow ⚡

Unix cat utility!

hmah picture

Requirements

CMake ^3.14

Build

# CMake standard
mkdir build
cd build
cmake -S .. -B .
cmake --build .

Install

# From the build directory
ln -sf <build_directory>/bin/hmah /usr/bin/hmah

Usage

hmah file1.txt file2.txt

License

MIT