mirror of
https://github.com/Sneed-Group/shit-script
synced 2024-12-24 04:02:49 -06:00
Update 'shit.sh'
This commit is contained in:
parent
46d771189c
commit
b45d148bad
1 changed files with 2 additions and 2 deletions
4
shit.sh
4
shit.sh
|
@ -19,8 +19,8 @@ sudo apt install -y busybox clang irssi || {
|
||||||
commands=(
|
commands=(
|
||||||
"ls:busybox ls"
|
"ls:busybox ls"
|
||||||
"cat:busybox cat"
|
"cat:busybox cat"
|
||||||
"cp:busybox cp"
|
#"cp:busybox cp" # needed for install[!]
|
||||||
"mv:busybox mv"
|
#"mv:busybox mv" # knowing the above is needed for install, disable in case[!]
|
||||||
"rm:busybox rm"
|
"rm:busybox rm"
|
||||||
"rmdir:busybox rmdir"
|
"rmdir:busybox rmdir"
|
||||||
"mkdir:busybox mkdir"
|
"mkdir:busybox mkdir"
|
||||||
|
|
Loading…
Reference in a new issue