8 lines
88 B
Plaintext
Executable File
8 lines
88 B
Plaintext
Executable File
get_cdrom ()
|
|
{
|
|
# Query the system for all configured CD-ROM devices
|
|
|
|
lsdev -Cc cdrom
|
|
}
|
|
|