diff options
Diffstat (limited to 'urnstart')
-rwxr-xr-x | urnstart | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,6 +20,10 @@ fi if [ "$nid" = "ietf" ];then if [ "$nss" = "rfc" ];then - uristart "https://tools.ietf.org/html/rfc""${nss2}" + uristart gopher://thebackupbox.net:70/0/rfc/rfc${nss2}.txt fi fi + +if [ "$nid" = "xkcd" ];then + uristart "https://xkcd.com/${nss}" +fi |