Skip to content

c0defellas/enzo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published