mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-12-08 16:48:01 -08:00
fix anime query
This commit is contained in:
@@ -43,7 +43,11 @@ quit() {
|
||||
}
|
||||
|
||||
run() {
|
||||
"$CMD" "$*"
|
||||
if [[ "$VERBOSE" -eq 0 ]]; then
|
||||
"$CMD" "$*"
|
||||
else
|
||||
"$CMD" -v "$*"
|
||||
fi
|
||||
}
|
||||
|
||||
log() {
|
||||
|
||||
Reference in New Issue
Block a user