From 64720b0f6023cdb5ab1657261cb8aa3f2a509d74 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Tue, 6 Sep 2022 15:57:30 +0200 Subject: [PATCH] Inizio script per aggiornamento rev/hash da repository git. --- update_rev.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 update_rev.sh diff --git a/update_rev.sh b/update_rev.sh new file mode 100755 index 0000000..f212c8c --- /dev/null +++ b/update_rev.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +url=$(awk '/url/ {gsub("\"", "", $3); gsub(";", "", $3); print $3}' libzakutils.nix) +git ls-remote $url refs/heads/develop | awk '{print $1}' -- 2.49.0