Ventoy/IMG/cpio/ventoy/hook/debian/list-devices
2020-10-17 15:56:54 +08:00

9 lines
186 B
Bash

#! /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 $*