From 52b0be81663df26b56002533ec93f8008db04d1a Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 20 Nov 2022 23:31:40 +0100 Subject: First commit --- update-all | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 update-all (limited to 'update-all') diff --git a/update-all b/update-all new file mode 100755 index 0000000..890a1f5 --- /dev/null +++ b/update-all @@ -0,0 +1,9 @@ +#!/bin/sh + +for g in *.git; do + cd $g + printf '#!/bin/sh\n\n/home/git/BIN/post-receive-stagit\n' >> \ + hooks/post-receive + /home/git/BIN/post-receive-stagit + cd +done -- cgit v1.3