Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 708 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 708 Bytes

core utilities

Standalone utilities to create tiny container images from scratch.

Useful if you wanna create a container image to host only your static binary, but misses a static shell and some utilities to debug when needed.

If you are looking for a static simple shell, take a look on nash.

Programs available:

  • echo: 44 LoC
  • ls: 85 LoC
  • cat: 72 LoC
  • kill: 113 LoC
  • uniq: 145 LoC

Dependencies

None

Want to contribute?

Found a bug?         -> Open an issue
Request for a tool?  -> Open an issue
Improvements?        -> PR

In addition to being useful, this is a desperate attempt to have an opensource project with my friends.