This commit is contained in:
2025-01-13 18:52:31 +01:00
parent b75a49e26c
commit b8448483c8

View File

@@ -8,4 +8,7 @@ if [ "$attuale" != "$nuovo" ]; then
attuale="$nuovo" attuale="$nuovo"
echo "$attuale" > $PWD_SC/attuale.txt echo "$attuale" > $PWD_SC/attuale.txt
fi fi
echo -e "\n $attuale\n"
attuale="https://$(cat "$PWD_SC/attuale.txt")"
echo -e "\nLink aggiornato:\n$attuale\n"