From d6da499a55490260eaa53dafc36da2787f4d9fa8 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Wed, 20 Mar 2024 00:30:28 +0000 Subject: [PATCH] Update 'shit.sh' --- shit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shit.sh b/shit.sh index ce8078d..8b458e0 100644 --- a/shit.sh +++ b/shit.sh @@ -25,12 +25,12 @@ commands=( "rmdir:busybox rmdir" "mkdir:busybox mkdir" #"grep:busybox grep" #needed for updating initramfs[?] - "sed:busybox sed" + #"sed:busybox sed" #shotgun approach #"find:busybox find" #needed for updating initramfs[?] "chmod:busybox chmod" "chown:busybox chown" "wc:busybox wc" - "head:busybox sed -n '1,11p; 12q'" + #"head:busybox sed -n '1,11p; 12q'" "tail:busybox tail" "gcc:clang" "g++:clang"