8 lines
85 B
Plaintext
Executable File
8 lines
85 B
Plaintext
Executable File
get_adapters ()
|
|
{
|
|
# List all configured adapters in the system
|
|
|
|
lsdev -Cc adapter
|
|
}
|
|
|