dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit dc98ca849be58202d929be76975bc8d4f2592a61
parent d5128790fecb081e405ad866c2bd78121d309f91
Author: hhvn <dev@haydenvh.com>
Date:   Tue,  2 Mar 2021 13:01:52 +0000

.scripts/bin/rfclookup: ietf forced the www. subdomain

Diffstat:
M.scripts/bin/rfclookup | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.scripts/bin/rfclookup b/.scripts/bin/rfclookup @@ -24,5 +24,5 @@ [ "$1" = "-s" ] && { curl https://www.ietf.org/download/rfc-index.txt | tr '\n' '\t' | sed 's/\t\t/\n/g' | tr '\t' ' ' | tr -s ' ' | grep '^[0-9][0-9][0-9][0-9] ' | grep -iE "$2" } || { - curl https://ietf.org/rfc/rfc$2.txt + curl https://www.ietf.org/rfc/rfc$2.txt }