diff --git a/vls b/vls index 3e16a85..4936feb 100755 --- a/vls +++ b/vls @@ -1,7 +1,7 @@ #!/bin/bash #Создан: Пт 26 фев 2016 21:04:00 -#Изменён: Вт 26 сен 2017 12:54:34 +#Изменён: Чт 05 окт 2017 13:15:44 #- vlc-ncurses с увеличенной скоростью воспроизведения @@ -14,5 +14,5 @@ else rate="1.0" fi -vlc --rate $rate -I ncurses --no-color "${@:-*.mp3}" +vlc --rate $rate -I ncurses --no-color ${@:-*.mp3}