about summary refs log tree commit diff
path: root/sh/mrt
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-02-24 15:13:09 -0800
committerXiao Pan <gky44px1999@gmail.com>2024-02-24 15:13:09 -0800
commit3fa3e1e651192b8c14bdd7c853e48e34b22cfbcf (patch)
treef36f0070cde229fc9c8a399e9b802815c01d193a /sh/mrt
parent31ad5863d1279f591e38d3239e35af58509a9dc4 (diff)
update
Diffstat (limited to 'sh/mrt')
-rwxr-xr-xsh/mrt1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/mrt b/sh/mrt
index b39aeac..d165726 100755
--- a/sh/mrt
+++ b/sh/mrt
@@ -27,6 +27,7 @@ mullvad relay update
 # https://stackoverflow.com/a/17988834/9008720
 # https://unix.stackexchange.com/q/63891/459013
 # https://stackoverflow.com/a/17914105/9008720
+# https://www.datafix.com.au/BASHing/2020-10-21.html
 for relay in $(mullvad relay list | awk -v location="$location" '
 $0 ~ location {f=1;next} 
 /^\t[[:alpha:]]/ {f=0}