hg mirrors

This commit is contained in:
Fulton Browne 2021-03-22 20:59:53 +00:00
parent 6d063073f0
commit 5d5a77c752
1 changed files with 14 additions and 0 deletions

14
mirror/hggen Executable file
View File

@ -0,0 +1,14 @@
#! /bin/rc -e
cd $1
repos=( \
'https://code.9front.org/hg/werc' \
'https://code.9front.org/hg/plan9front' \
'https://code.9front.org/hg/irc7' \
'https://code.9front.org/hg/ants' \
'https://code.9front.org/hg/drawterm' \
)
for (i in $repos){
hg clone $i
}