From 635f69db9c6d05ba3363117777c96ff8de146b37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Ko=C5=82aczy=C5=84ski?= <65826144+kolaczyn@users.noreply.github.com> Date: Wed, 1 Jul 2020 09:41:59 +0200 Subject: [PATCH] Update convert.sh fixed path in convert.sh --- convert.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.sh b/convert.sh index 9b4e444..5344701 100644 --- a/convert.sh +++ b/convert.sh @@ -2,7 +2,7 @@ # it converts the subs from .vtt to .srt -for filename in subs/*; do +for filename in ../subs/*; do file="${filename%.*}"; in="${file}.vtt" out="${file}.srt"