aboutsummaryrefslogtreecommitdiff
path: root/src/myanimelist_command.sh
blob: e372c04fb0e7a3e1b267bd776ae55b784fef93dd (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