diff --git a/script_link.sh b/script_link.sh index accbec2..a18f2d7 100755 --- a/script_link.sh +++ b/script_link.sh @@ -8,4 +8,7 @@ if [ "$attuale" != "$nuovo" ]; then attuale="$nuovo" echo "$attuale" > $PWD_SC/attuale.txt fi -echo -e "\n $attuale\n" + +attuale="https://$(cat "$PWD_SC/attuale.txt")" + +echo -e "\nLink aggiornato:\n$attuale\n" \ No newline at end of file