For a project that I’m working on I had to create MAC generator. Initially I decided that I will do it in BASH.
function gen_mac() {
mac_vars=(0 1 2 3 4 5 6 7 8 9 a b c d e f)
[...]
For a project that I’m working on I had to create MAC generator. Initially I decided that I will do it in BASH.
function gen_mac() {
mac_vars=(0 1 2 3 4 5 6 7 8 9 a b c d e f)
[...]