mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-12-27 15:45:58 -05:00
10 lines
186 B
Bash
10 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 $*
|