From b24c6081c3b659120b058169405c8b6a91ad8b38 Mon Sep 17 00:00:00 2001 From: fenix-soft Date: Thu, 13 Oct 2016 11:48:48 +0200 Subject: [PATCH] Update RAIsport.sh --- RAIsport.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RAIsport.sh b/RAIsport.sh index 1d51c64..6101880 100644 --- a/RAIsport.sh +++ b/RAIsport.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