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 /
- Host: GitHub
- URL: https://github.com/williamanimate/arm
- Owner: WilliamAnimate
- License: unlicense
- Created: 2024-08-25T14:40:38.000Z (9 months ago)
- Default Branch: mommy
- Last Pushed: 2024-08-30T16:17:41.000Z (9 months ago)
- Last Synced: 2024-12-19T15:30:41.590Z (5 months ago)
- Language: C
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

~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.