diff options
| author | Fuwn <[email protected]> | 2023-07-15 22:01:34 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-07-15 22:01:34 -0700 |
| commit | 9c3068e61d4b4dd6543d793442dcda97f7a34a66 (patch) | |
| tree | 2379b105e62dae97b481401291f5d5e98454d732 /src/myanimelist_command.sh | |
| download | kaguya-9c3068e61d4b4dd6543d793442dcda97f7a34a66.tar.xz kaguya-9c3068e61d4b4dd6543d793442dcda97f7a34a66.zip | |
feat: initial release
Diffstat (limited to 'src/myanimelist_command.sh')
| -rw-r--r-- | src/myanimelist_command.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/myanimelist_command.sh b/src/myanimelist_command.sh new file mode 100644 index 0000000..e372c04 --- /dev/null +++ b/src/myanimelist_command.sh @@ -0,0 +1,5 @@ +if [ -n "${args[profile]}" ]; then + xdg-open https://myanimelist.net/profile/"${args[profile]}" +else + xdg-open https://myanimelist.net +fi |