4 lines
69 B
Bash
Executable File
4 lines
69 B
Bash
Executable File
#!/bin/sh
|
|
|
|
if stat -Lq /dev/cdrom0 then mount iso /dev/cdrom0 /cdrom
|