nbtevo-system-dump/sda31/bin/mcdcd0notifier.sh
2025-06-09 15:07:26 +02:00

6 lines
55 B
Bash

#!/bin/ksh
echo "/dev/cd0" > /dev/mcd/.insert
exit 0