aboutsummaryrefslogtreecommitdiff
path: root/src/myanimelist_command.sh
blob: 3b5582046a7641afa8681e473179a725145a81bc (plain) (blame)
1
2
3
4
5
if [[ -n "${args[profile]}" ]]; then
	xdg-open https://myanimelist.net/profile/"${args[profile]}"
else
	xdg-open https://myanimelist.net
fi