aboutsummaryrefslogtreecommitdiff
path: root/update-all
blob: 890a1f5d0ca8d4fae46afc8bfa187bbb97822ad5 (plain)
1
2
3
4
5
6
7
8
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

Generated with cgit - Back to sebastiano.tronto.net