aboutsummaryrefslogtreecommitdiff
path: root/src/hidive_command.sh
blob: d3025df747d829253b893d585027d2b15ba668e3 (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]}")"
else
	xdg-open https://www.hidive.com/
fi