From e2d37ebe0351b63a287c4a021f8001db268473c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Dost=C3=A1l?= Date: Sat, 19 Aug 2023 14:45:55 +0200 Subject: [PATCH] Add wtfismyip --- wtfismyip | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 wtfismyip diff --git a/wtfismyip b/wtfismyip new file mode 100755 index 0000000..52347eb --- /dev/null +++ b/wtfismyip @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +echo -e "IPv4: $(curl -sL https://ipv4.wtfismyip.com/text)\tIPv6: $(curl -sL https://ipv6.wtfismyip.com/text)"