From 03a68c82408cda204df37a05909fb841a5e9137f Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 20 Nov 2022 23:46:57 +0100 Subject: Some updates --- update-all | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 update-all (limited to 'update-all') diff --git a/update-all b/update-all deleted file mode 100755 index 890a1f5..0000000 --- a/update-all +++ /dev/null @@ -1,9 +0,0 @@ -#!/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