From 5e185b18b7b5e4a0606e976c1bcbd03289a12911 Mon Sep 17 00:00:00 2001 From: fenix-soft Date: Thu, 13 Oct 2016 11:43:34 +0200 Subject: [PATCH] Update RAI1.sh modifica per usare mpv (istallato nel sistema e non custom compilato) --- RAI1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RAI1.sh b/RAI1.sh index e8fbb06..720f642 100644 --- a/RAI1.sh +++ b/RAI1.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