Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 324 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 324 Bytes

smolcat

This is a clone of cat that works as expected, except it does not default to stdin with no arguments. Right now the smallest binary I can produce (without trimming some sections) is 600 bytes. After trimming the data after the last string the binary is currently 389 bytes, and executes properly (on linux 4.4.0)