1
0
mirror of https://github.com/moshix/mvs.git synced 2026-01-13 23:26:20 +00:00

Update nicparseMacos.bash

This commit is contained in:
moshix 2023-04-16 14:30:56 -05:00 committed by GitHub
parent c20bcb99bb
commit 25797033c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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