From 0d03db771b48f7d90cf96560c32048001809e84f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 10 Jan 2018 16:08:04 +0200 Subject: Add: a bunch of new scripts --- whatismyip | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 whatismyip (limited to 'whatismyip') diff --git a/whatismyip b/whatismyip new file mode 100755 index 0000000..c9ee00c --- /dev/null +++ b/whatismyip @@ -0,0 +1,4 @@ +#!/bin/sh + +set -eu +dig +short myip.opendns.com @resolver1.opendns.com -- cgit v1.2.1