From a5b64423926564e960782a7ac0dc58ba383c2da0 Mon Sep 17 00:00:00 2001 From: Claudius 'keldu' Holeksa Date: Fri, 2 Aug 2024 13:36:29 +0200 Subject: Updating to print some basic env info --- update | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'update') diff --git a/update b/update index 0433185..4fbc8c5 100644 --- a/update +++ b/update @@ -1,3 +1,8 @@ #!/bin/bash + + date > /tmp/git_update_test + +refname="$1" +printf "refname: %s" "${refname}" >> /tmp/git_update_test -- cgit v1.2.3