0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 22:22:59 +03:00

Getops fix

This commit is contained in:
Andrey Onishchenko 2024-01-26 15:35:29 +03:00
parent 190127bc67
commit eb742c9f19

View File

@ -30,7 +30,7 @@ usage() {
extract_only=
exe_location=
while getopts :xlh name; do
while getopts :xh name; do
case $name in
x) extract_only=1 ;;
h)