From e6ecba533a77678ebb0c6d2a13a094c0f00f3468 Mon Sep 17 00:00:00 2001 From: fenix-soft Date: Thu, 13 Oct 2016 11:49:29 +0200 Subject: [PATCH] Update RAIscuola.sh --- RAIscuola.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RAIscuola.sh b/RAIscuola.sh index 807ed32..22e477f 100644 --- a/RAIscuola.sh +++ b/RAIscuola.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