Browse Source

vls: fix quotes

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

4
vls

@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
#!/bin/bash
#Создан: Пт 26 фев 2016 21:04:00
#Изменён: Пт 26 фев 2016 21:07:11
#Изменён: Вт 26 сен 2017 12:54:34
#- 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