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