commit d4fdb88ba11e5b638eeb0be9faf177fa3c747447 parent 15f856cdf00111e2a6bcb2985ca8657e015a6e9c Author: thing1 <thing1@seacrossedlovers.xyz> Date: Mon, 23 Feb 2026 16:48:50 +0000 removed bins Diffstat:
| M | .gitignore | | | 2 | +- |
| D | bin/cat | | | 0 | |
| D | bin/ls | | | 0 | |
| D | bin/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.