An open API service indexing awesome lists of open source software.

https://github.com/emmiegit/minutils

Reimplementation of some of the coreutils for fun and profit.
https://github.com/emmiegit/minutils

c coreutils fun wtfpl

Last synced: 4 months ago
JSON representation

Reimplementation of some of the coreutils for fun and profit.

Awesome Lists containing this project

README

          

### minutils

A minimalist implementation of some of the coreutils for fun.
Every binary performs the essential function(s) of their coreutil
counterpart, with no `--help` or `--version` messages, and only
minor error reporting.

Compile by invoking `make`. The final binaries will exist in `bin/`.

This project is licensed under the WTFPL.