8 lines
76 B
Plaintext
Executable File
8 lines
76 B
Plaintext
Executable File
get_devices ()
|
|
{
|
|
# Query the system for all configured devices
|
|
|
|
lsdev -C
|
|
}
|
|
|