8 lines
90 B
Plaintext
Executable File
8 lines
90 B
Plaintext
Executable File
get_tape_drives ()
|
|
{
|
|
# Query the system for all configured tape drives
|
|
|
|
lsdev -Cc tape
|
|
}
|
|
|