mirror of
https://github.com/gentoo-mirror/gentoo-zh.git
synced 2025-04-18 07:18:58 -04:00
5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/sh
|
|
|
|
cd /opt/ventoy || exit 1
|
|
exec ./Ventoy2Disk.sh "$@"
|