From 885f5974cdf65b59415837ae97f5a14ef1350670 Mon Sep 17 00:00:00 2001 From: Kacper Date: Tue, 9 Dec 2025 19:20:15 +0100 Subject: feat: add gzip and new headers --- bin/true/arch/x86_64/true.s | 1 - bin/true/true | Bin 824 -> 512 bytes 2 files changed, 1 deletion(-) (limited to 'bin/true') diff --git a/bin/true/arch/x86_64/true.s b/bin/true/arch/x86_64/true.s index 782ef00d..9e5ab682 100644 --- a/bin/true/arch/x86_64/true.s +++ b/bin/true/arch/x86_64/true.s @@ -4,4 +4,3 @@ _start: mov 60, %rax xor %rdi, %rdi syscall - diff --git a/bin/true/true b/bin/true/true index 49700c41..107f7f2d 100755 Binary files a/bin/true/true and b/bin/true/true differ -- cgit v1.2.3