Browse Source

vls: fix quotes

master
Maxim Lihachev 8 years ago
parent
commit
57008eee0a
  1. 4
      vls

4
vls

@ -1,7 +1,7 @@ @@ -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 @@ -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}

Loading…
Cancel
Save