aboutsummaryrefslogtreecommitdiff
path: root/src/watch_command.sh
blob: 137bb0fe463f71f7d67fd593ff3c88f392e4d95c (plain) (blame)
1
2
3
4
5
if [[ -n "${args[--dub]}" ]]; then
	ani-cli --dub "$(array_to_string "${args[search]}" || true)"
else
	ani-cli "$(array_to_string "${args[search]}" || true)"
fi