aboutsummaryrefslogtreecommitdiff
path: root/src/anilist_command.sh
blob: 39e602d4444ca9fad2963c6c2c238f30aeaeae23 (plain) (blame)
1
2
3
4
5
if [[ -n "${args[profile]}" ]]; then
	xdg-open https://anilist.co/user/"${args[profile]}"
else
	xdg-open https://anilist.co/home
fi