mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
5 lines
63 B
Bash
5 lines
63 B
Bash
#!/bin/sh
|
|
|
|
cd /opt/ventoy || exit 1
|
|
exec ./Ventoy2Disk.sh "$@"
|