debug line test

This commit is contained in:
coolnsx
2024-06-02 20:06:46 +05:30
parent f0952fb659
commit 7912ce57bc
9 changed files with 23 additions and 145 deletions

View File

@@ -30,7 +30,7 @@ err() {
}
get_query() {
[ -z "$*" ] && printf "${c_green}Search>${c_reset} " && read -r query || query=$*
[ -z "$*" ] && printf "%sSearch>%s " "$c_green" "$c_reset" && read -r query || query=$*
query=$(printf "%s" "$query" | tr " " "+")
}
@@ -129,7 +129,7 @@ while getopts 'dhp:v' OPT; do
v)
player_fn="vlc"
;;
* | h)
*)
help_text
exit 0
;;