mybin

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

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

fix again

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

diff --git a/fetch-all-git b/fetch-all-git @@ -20,7 +20,7 @@ curl 'https://a3nm.net/git/' | else cd "$REPO" # https://stackoverflow.com/a/21331942 - git fetch "https://a3nm.net/git/${a%.git}" '*:*' + git fetch "https://a3nm.net/git/$NAME" '*:*' cd .. fi echo "$DESC" > "$REPO/description"