aboutsummaryrefslogtreecommitdiff
path: root/src/hidive_command.sh
blob: 990ddee0875a81b48f5cabccbab61b8b5d13808e (plain) (blame)
1
2
3
4
5
if [[ -n "${args[search]}" ]]; then
	xdg-open https://www.hidive.com/search?q="$(array_to_string "${args[search]}" || true)"
else
	xdg-open https://www.hidive.com/
fi