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

https://github.com/williamanimate/arm

my own rewrite of the rm command on most unix(-like) systems. it is maximally unsafe and will delete /
https://github.com/williamanimate/arm

Last synced: 3 months ago
JSON representation

my own rewrite of the rm command on most unix(-like) systems. it is maximally unsafe and will delete /

Awesome Lists containing this project

README

        

# Another RM

This is the repository for Another RM, short for ARM (no, not the objectively superior architecture).

It is marginally smaller than GNU rm, so this is a great candidate for anybody who has a size constraint.

## Prove it

![arm and GNU rm binary sizes](img/smol.png)

~722.89% smaller than GNU rm.

compile flags `tcc main.c -Oz -ffunction-sections -fdata-sections -flto -fwhole-program`

## Building

For optimal results, use tcc instead of gcc or clang. those compilers create gigantic executables.