mirror of
https://github.com/CoolnsX/repos_scripts.git
synced 2025-12-20 07:15:20 +05:30
Never before had a small typo like this one caused so much damage.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user