9scripts/mirror/gen

23 lines
521 B
Bash
Executable File

#! /bin/rc -e
cd $1
repos=( \
'https://git.sr.ht/~ft/zuke' \
'https://git.sr.ht/~ft/libtags' \
'https://git.sr.ht/~ft/bar' \
'https://git.sr.ht/~ft/jacksense' \
'https://git.sr.ht/~ft/orca' \
'git://orib.dev/git9' \
'https://git.sr.ht/~julienxx/castor9' \
'https://github.com/telephil9/gopher' \
'https://git.sr.ht/~ft/gemnine' \
'https://git.sr.ht/~ft/neindaw' \
'https://git.sr.ht/~ft/picker' \
'https://git.sr.ht/~kvik/mq' \
'https://github.com/sirjofri/rssfill' \
)
for (i in $repos){
git/clone $i
}