commit f82d1fc17709acb34d83720f2ff77b16b7576ad2 parent 0366fe74b630d1a91ccedf89c29aa46cc96d4515 Author: hhvn <dev@haydenvh.com> Date: Fri, 12 Mar 2021 21:44:09 +0000 .s/b/geo: print newline Diffstat:
M | .scripts/bin/geo | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.scripts/bin/geo b/.scripts/bin/geo @@ -1,4 +1,4 @@ #!/bin/sh curl -s https://ipinfo.io/$1/json | jq .ip,.city,.region,.country | tr '\n' '\,' | tr -d '\"' | sed 's/,/, /g' - +echo