mirror of
https://github.com/ventoy/Ventoy.git
synced 2026-07-24 18:58:15 +00:00
8 lines
129 B
Bash
8 lines
129 B
Bash
|
|
function ft_mountCdromDir()
|
|
{
|
|
/ventoy/busybox/sh /ventoy/hook/euleros/disk_mount_hook.sh
|
|
ft_mountCdromDirXX "$@"
|
|
}
|
|
|