Ventoy/IMG/cpio/ventoy/hook/debian/list-devices

10 lines
186 B
Text
Raw Normal View History

2020-10-17 03:56:54 -04:00
#! /bin/sh
if [ "$1" = "usb-partition" -a -z "$2" ]; then
if [ -f /ventoy/list-devices-usb-part ]; then
cat /ventoy/list-devices-usb-part
fi
fi
/bin/list-devices-bk $*