From 72023e8a784e1e1c5e018c9daac4e19b5d4aa14a Mon Sep 17 00:00:00 2001 From: fenix-soft Date: Thu, 13 Oct 2016 11:50:21 +0200 Subject: [PATCH] Update RAInews.sh --- RAInews.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RAInews.sh b/RAInews.sh index 5a08f07..8ac803e 100644 --- a/RAInews.sh +++ b/RAInews.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