sys

A set of unix utils in hare!
Log | Files | Refs | README

commit d4fdb88ba11e5b638eeb0be9faf177fa3c747447
parent 15f856cdf00111e2a6bcb2985ca8657e015a6e9c
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Mon, 23 Feb 2026 16:48:50 +0000

removed bins

Diffstat:
M.gitignore | 2+-
Dbin/cat | 0
Dbin/ls | 0
Dbin/rainbow | 0
4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1 +1 @@ -./bin/* +bin/ diff --git a/bin/cat b/bin/cat Binary files differ. diff --git a/bin/ls b/bin/ls Binary files differ. diff --git a/bin/rainbow b/bin/rainbow Binary files differ.