Replacements to bloated /bin/false and /bin/true coreutils https://git.ari.lt/ari/true-false-coreutils
Find a file
Ari Archer 1fe0c11dfc
Remove rust, a bloated language which produced hige binaries
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-04-06 19:50:42 +03:00
src Remove rust, a bloated language which produced hige binaries 2022-04-06 19:50:42 +03:00
LICENSE first commit 2022-04-06 19:41:58 +03:00
README.md Remove rust, a bloated language which produced hige binaries 2022-04-06 19:50:42 +03:00

True/false

Replacements to bloated /bin/false and /bin/true coreutils

Why

Just look how huge the binaries are for the things they do...:

  • /bin/false: .rwxr-xr-x root root 34 KB Wed Oct 20 17:24:12 2021 /bin/false*
  • /bin/true: .rwxr-xr-x root root 34 KB Wed Oct 20 17:24:12 2021 /bin/true*

Like wtf, and these binaries are STRIPPED

Contributing

  • Keep this folder structure:

src/<lang>/<compiler|any>/<arch|any>/{true|false}.<ext>

There can be more files if wanted/needed, but true. and false. should always be there

  • All languages submitted must be compiled

  • Compiled binaries for that language cannot be larger than 34KB, for example go would not fit