From a3f6872e84b68edc9be36e137762a0f272a0e4d8 Mon Sep 17 00:00:00 2001 From: Maxwell Drake Date: Sat, 6 Apr 2024 12:04:11 +0000 Subject: [PATCH] Update 'shit.sh' --- shit.sh | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/shit.sh b/shit.sh index 691f9b2..5370768 100644 --- a/shit.sh +++ b/shit.sh @@ -15,8 +15,23 @@ sudo apt install --no-install-recommends -y busybox clang irssi flatpak libreoff exit 1 } -# List of GNU commands and their corresponding better equivalents +# List of GNU commands and their corresponding BusyBox equivalents commands=( + "ls:busybox ls" + "cat:busybox cat" + #"cp:busybox cp" # needed for installing GRUB apt package[!] + #"mv:busybox mv" # knowing the above is needed for install, disable in case[!] + "rm:busybox rm" + "rmdir:busybox rmdir" + "mkdir:busybox mkdir" + #"grep:busybox grep" #needed for updating initramfs[?] + #"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'" + "tail:busybox tail" "gcc:clang" "g++:clang" "wget:swirl"