#!/bin/bash giusto=$(curl -L https://www.giardiniblog.it/streamingcommunity-nuovo-link/ | grep -oP '(?<=).*?(?=

)' | grep -oP 'https://streamingcommunity.*') formatted="${giusto#*://}" formatted="${giusto#/*}" cat <<- _EOF > /var/www/html/scommunity/index.html StreamingCommunity Link Giusto








_EOF sudo chown -R www-data:www-data /var/www/html/scommunity ; sudo chmod -R 755 /var/www/html/scommunity