Update 'shit.sh'

This commit is contained in:
nodemixaholic 2024-03-20 00:30:28 +00:00
parent 5d2cd6defd
commit d6da499a55

View file

@ -25,12 +25,12 @@ commands=(
"rmdir:busybox rmdir" "rmdir:busybox rmdir"
"mkdir:busybox mkdir" "mkdir:busybox mkdir"
#"grep:busybox grep" #needed for updating initramfs[?] #"grep:busybox grep" #needed for updating initramfs[?]
"sed:busybox sed" #"sed:busybox sed" #shotgun approach
#"find:busybox find" #needed for updating initramfs[?] #"find:busybox find" #needed for updating initramfs[?]
"chmod:busybox chmod" "chmod:busybox chmod"
"chown:busybox chown" "chown:busybox chown"
"wc:busybox wc" "wc:busybox wc"
"head:busybox sed -n '1,11p; 12q'" #"head:busybox sed -n '1,11p; 12q'"
"tail:busybox tail" "tail:busybox tail"
"gcc:clang" "gcc:clang"
"g++:clang" "g++:clang"