This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
EXIT_OK=0 | |
ARG=$1 | |
autor() | |
{ | |
echo -e "\n\e[1m\e[34m === IPv4 NETWORK TOPOLOGY IN LINUX NAMESPACES ===\e[22m\e[24m\e[39m\n" | |
echo -e " Original Author: \e[1mTOMATTIS Natasha\e[22m\e[24m." | |
echo -e " https://gist.github.com/natitomattis/be26889063203c0b33b33fa25c75a5b6" |