Enable comments in repo list file.
Signed-off-by: Nicolás Ortega Froysa <nicolas@ortegas.org>
This commit is contained in:
parent
d6978b4b20
commit
9476cea22e
@ -1,2 +1,4 @@
|
|||||||
|
# pacundo
|
||||||
git@code.ortegas.org:nortega/pacundo.git;git@github.com:naortega/pacundo.git
|
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
|
git@code.ortegas.org:nortega/narcissus.git;git@github.com:naortega/narcissus.git
|
||||||
|
5
sync.sh
5
sync.sh
@ -2,6 +2,11 @@
|
|||||||
|
|
||||||
while read line
|
while read line
|
||||||
do
|
do
|
||||||
|
if [[ -z "$line" || "$line" == "#"* ]]
|
||||||
|
then
|
||||||
|
continue
|
||||||
|
fi
|
||||||
|
|
||||||
ORIG=$(echo $line | cut -d ';' -f1)
|
ORIG=$(echo $line | cut -d ';' -f1)
|
||||||
DEST=$(echo $line | cut -d ';' -f2)
|
DEST=$(echo $line | cut -d ';' -f2)
|
||||||
NAME=${ORIG##*/}
|
NAME=${ORIG##*/}
|
||||||
|
Loading…
Reference in New Issue
Block a user