diff options
| -rw-r--r-- | open_url.sh | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/open_url.sh b/open_url.sh index 3bd6514..143007a 100644 --- a/open_url.sh +++ b/open_url.sh @@ -1,5 +1,8 @@  #!/usr/bin/env bash  # Opens a URL in the local SSH client machine's browser +# +# Irssi openurl.pl configuration: +#   /set openurl_app_http /home/user/path/to/open_url.sh "$1"  cat <(echo "$1") > /dev/tcp/localhost/37705 | 
