summaryrefslogtreecommitdiff
path: root/urnstart
diff options
context:
space:
mode:
Diffstat (limited to 'urnstart')
-rwxr-xr-xurnstart6
1 files changed, 5 insertions, 1 deletions
diff --git a/urnstart b/urnstart
index 4883b01..ec610c1 100755
--- a/urnstart
+++ b/urnstart
@@ -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