From a44b251305dd6c14860d91fd3dfba3783013cf0f Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Mon, 27 Mar 2023 20:21:26 -0700 Subject: awk better style --- home/xyz/.local/bin/mrt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'home/xyz/.local/bin/mrt') 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 -- cgit v1.2.3-70-g09d2