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 | |
| # Print usage | |
| function usage { | |
| echo -n "$(basename $0) CIDR... | |
| $(basename $0) [OPTION] CIDR... | |
| This script prints the ip range or full list of ip addresses for one or more CIDR. | |
| Options: |
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 | |
| # Print usage | |
| function usage { | |
| echo -n "$(basename $0) CIDR... | |
| $(basename $0) [OPTION] CIDR... | |
| This script prints the ip range or full list of ip addresses for one or more CIDR. | |
| Options: |