You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perl -0777 -p -i -e "s/(?<=### Formato iCalendar compatibile con Google Calendar, MacOS Calendar, iOS Calendar, Zimbra)(.*)(?=### Formato MS Outlook)/\n$(echo "$ICS_CALENDARS" | sed -e 's/\//\\\//g')\n/gs" ./README.md
perl -0777 -p -i -e "s/(?<=### Formato MS Outlook)(.*)(?=## Istruzioni)/\n$(echo "$CSV_CALENDARS" | sed -e 's/\//\\\//g')\n/gs" ./README.md