summaryrefslogtreecommitdiff
path: root/home/xyz/.local/bin/mrt
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2023-03-27 20:21:26 -0700
committerXiao Pan <gky44px1999@gmail.com>2023-03-27 20:21:26 -0700
commit4957916f8de9320bc29a13eaa4f324dade742082 (patch)
tree7c2bb638dce73dd92d8bfac11af9d6c42f0af787 /home/xyz/.local/bin/mrt
parent37abed7fd6201a8054158713f50fffe75eee4037 (diff)
awk better style
Diffstat (limited to 'home/xyz/.local/bin/mrt')
-rwxr-xr-xhome/xyz/.local/bin/mrt3
1 files changed, 2 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/mrt b/home/xyz/.local/bin/mrt
index dc6435f2..883ab8f0 100755
--- a/home/xyz/.local/bin/mrt
+++ b/home/xyz/.local/bin/mrt
@@ -27,7 +27,8 @@ mullvad relay update
# https://stackoverflow.com/a/17988834/9008720
for relay in $(mullvad relay list | awk -v location="$location" '
$0 ~ location {f=1;next}
-/^\t[[:alpha:]]/ {f=0} f {
+/^\t[[:alpha:]]/ {f=0}
+f {
if($5 == "WireGuard,")
print $1
}'); do