From 01b21dce7c0f2b7a18ba9bd9af7fee79d5c652f7 Mon Sep 17 00:00:00 2001 From: fenix-soft Date: Thu, 13 Oct 2016 11:44:42 +0200 Subject: [PATCH] Update RAI5.sh --- RAI5.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RAI5.sh b/RAI5.sh index f86b3ea..3a18977 100644 --- a/RAI5.sh +++ b/RAI5.sh @@ -9,7 +9,7 @@ sed -e 's/<\/url>//g' temp2.txt >temp.txt dos2unix temp.txt surce=`cat temp.txt` echo $surce -./mpv --hls-bitrate=max "$surce" +mpv --hls-bitrate=max "$surce" rm p.txt rm temp.txt -rm temp2.txt \ No newline at end of file +rm temp2.txt