mybin

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

commit 6c19a4254c27285c45242dbec04b5ad010c32504
parent dd06c4dca447740a1f727eea6445de778a46d380
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Sun, 11 Mar 2018 16:01:08 +0100

fix

Diffstat:
fetch-all-git | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fetch-all-git b/fetch-all-git @@ -18,7 +18,7 @@ curl 'https://a3nm.net/git/' | then git clone --bare "https://a3nm.net/git/$NAME" "$REPO" else - cd "$a" + cd "$REPO" # https://stackoverflow.com/a/21331942 git fetch "https://a3nm.net/git/${a%.git}" '*:*' cd ..