From 25797033c45c70a7d42f21ba8bb65fb0b092f7c4 Mon Sep 17 00:00:00 2001 From: moshix Date: Sun, 16 Apr 2023 14:30:56 -0500 Subject: [PATCH] Update nicparseMacos.bash --- nicparseMacos.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nicparseMacos.bash b/nicparseMacos.bash index 2a9e187..9f78cd4 100644 --- a/nicparseMacos.bash +++ b/nicparseMacos.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Macos all addresses parser +# NIC addresses parser for Linux, AIX, Macos, Solaris # run with ./nicparser.bash, for example in your .bash_profile # # Copyright 2023 by Moshix - All right reserved @@ -59,4 +59,6 @@ if [[ "$1" == "-e" ]]; then delay=$2 get_external fi +else + echo "${cyan}Use the -e 1.2 switch to get your external IP with timeout 1.2 secs${reset}" fi