Files
toallab-automation/roles/linux-system-roles.network/tests/unit/helpers/ethtool
2020-08-17 12:06:41 -04:00

7 lines
112 B
Bash
Executable File

#! /bin/bash
if [ "${1}" == "-P" ] && [ "${2}" != "" ]
then
echo "Permanent address: 23:00:00:00:00:00"
fi