evm/nosc2nx

14 lines
166 B
Plaintext
Raw Permalink Normal View History

2023-04-17 08:43:13 +00:00
#!/usr/bin/env zsh
function usage() {
echo "$0 [<X.pub/hex..>]";
exit 1;
}
if [[ ! "$1" ]]; then
usage
exit 0
fi
2023-04-17 08:47:57 +00:00
xdg-open "https://iris.to/\//\/\#/$1"