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"
"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"