Contenido

Contenido

apt install ansiweather

#!/bin/bash i=$(date “+Hoy es %d-%m-%Y y este es el tiempo en “)

j=$(ansiweather -l 3433955 -s false -a false -w false -i false | cut -c 13- ) j=( $j ) j="${j[*]}”

sed -i “3c\$i$j” /home/ubuntu/oracle-arm/gemini/content/about/milanga.gmi

ejecuta cada 4 horas crontab -e

0 */4 * * * /home/ubuntu/oracle-arm/gemini/gemini_date_weather.sh