diff --git a/repo-list b/repo-list index 59371aa..b171a4a 100644 --- a/repo-list +++ b/repo-list @@ -1,2 +1,4 @@ +# pacundo git@code.ortegas.org:nortega/pacundo.git;git@github.com:naortega/pacundo.git +# narcissus git@code.ortegas.org:nortega/narcissus.git;git@github.com:naortega/narcissus.git diff --git a/sync.sh b/sync.sh index 7dd44e2..0b1f344 100755 --- a/sync.sh +++ b/sync.sh @@ -2,6 +2,11 @@ while read line do + if [[ -z "$line" || "$line" == "#"* ]] + then + continue + fi + ORIG=$(echo $line | cut -d ';' -f1) DEST=$(echo $line | cut -d ';' -f2) NAME=${ORIG##*/}