nosc2nx/nostr.band handler add.

This commit is contained in:
|| Prof. - Xadk3! 2023-04-17 08:43:13 +00:00
parent 32e055d526
commit 9373364e83
1 changed files with 13 additions and 0 deletions

13
nosc2nx Executable file
View File

@ -0,0 +1,13 @@
#!/usr/bin/env zsh
function usage() {
echo "$0 [<X.pub/hex..>]";
exit 1;
}
if [[ ! "$1" ]]; then
usage
exit 0
fi
xdg-open "https://nostr.band/$1"