diff --git a/RAI3.sh b/RAI3.sh index 43f5905..6ce3338 100644 --- a/RAI3.sh +++ b/RAI3.sh @@ -8,7 +8,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