From b8448483c8584c9340fad0ed1cb5accbe7da8e28 Mon Sep 17 00:00:00 2001 From: scossa Date: Mon, 13 Jan 2025 18:52:31 +0100 Subject: [PATCH] up --- script_link.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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