summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-03-28 00:44:05 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-03-30 01:49:53 -0700
commit65cba9c186f9b9f81c6ca572680b1aabfc3354f3 (patch)
tree382f6fff351a4a41ab800c777fbe3bb41344d48d /home/xyz
parent067c97597bdf3e60dc9de2766e153dbc8d8656ae (diff)
more comments, curlqb no need on pp
Diffstat (limited to 'home/xyz')
-rwxr-xr-xhome/xyz/.local/bin/mrt1
1 files changed, 1 insertions, 0 deletions
diff --git a/home/xyz/.local/bin/mrt b/home/xyz/.local/bin/mrt
index f370b48d..ffe5d3e5 100755
--- a/home/xyz/.local/bin/mrt
+++ b/home/xyz/.local/bin/mrt
@@ -26,6 +26,7 @@ mullvad relay update
# https://stackoverflow.com/a/38972737/9008720
# https://stackoverflow.com/a/17988834/9008720
# https://unix.stackexchange.com/q/63891/459013
+# https://stackoverflow.com/a/17914105/9008720
for relay in $(mullvad relay list | awk -v location="$location" '
$0 ~ location {f=1;next}
/^\t[[:alpha:]]/ {f=0}