mybin

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

commit 278d3b05804f3be8b83b613748b90f4503a3bc04
parent 04f391752428b75828ca6510bd5e56487e3fa7c5
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  3 Jan 2020 19:03:20 +0100

fix

Diffstat:
svn-poll-myrepos | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/svn-poll-myrepos b/svn-poll-myrepos @@ -21,7 +21,7 @@ cd grep '^\[svn/' "$CONFIG" | tr -d '[]' | while read REPO; do URL=$(svn info "$REPO" | grep '^URL' | cut -d':' -f2- | tr -d ' ') USER=$(grep "^$URL" "$USERS" | cut -d' ' -f2) - echo "$URL" "$USER" + #echo "$URL" "$USER" $HOME/bin/svn-poll "$URL" "$USER" done