mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 1628ed85af979939b9150cccad113ac12c3eda40
parent 2fd8cb85d658fdaa8dcfe9588782d27cb65d737c
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 18 Aug 2016 01:18:36 +0200

pull-all-git

Diffstat:
pull-all-git | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/pull-all-git b/pull-all-git @@ -0,0 +1,10 @@ +#!/bin/bash + +set -e + +cd ~/git +for a in * +do + git pull "https://a3nm.net/git/$a" +done +