Never before had a small typo like this one caused so much damage.

This commit is contained in:
coolnsx
2023-10-17 13:20:59 +05:30
parent 95471a8bd8
commit c1c0ac78f3
4 changed files with 53 additions and 36 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/sh
#shellcheck disable=SC2086
menu_droid() {
fzf --prompt="$1" $2
}
@@ -14,6 +16,7 @@ search_droid() {
search_linux() {
query=$(: | menu_linux "$1 ")
export query
}
torrent_linux() {