From f005fbf41646437964458d4c2028e6fdc04b59a1 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 18 Nov 2022 18:07:38 +0100 Subject: bin: add a few scripts --- bin/whatismyip | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 bin/whatismyip (limited to 'bin/whatismyip') diff --git a/bin/whatismyip b/bin/whatismyip new file mode 100755 index 0000000..748b731 --- /dev/null +++ b/bin/whatismyip @@ -0,0 +1,6 @@ +#!/bin/sh + +set -e +[ -n "$DEBUG" ] && set -x + +curl -sSfL ifconfig.co/json | jq -- cgit 1.4.1