This commit is contained in:
Fulton Browne 2021-03-21 20:53:02 +00:00
parent 6fceb1e3e0
commit 6d063073f0
2 changed files with 3 additions and 3 deletions

View File

@ -8,12 +8,12 @@ repos=( \
'https://git.sr.ht/~ft/jacksense' \
'https://git.sr.ht/~ft/orca' \
'git://orib.dev/git9' \
'https://sr.ht/~julienxx/Castor9' \
'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://git.sr.ht/~kvik/mq' \
)
for (i in $repos){

View File

@ -1,7 +1,7 @@
#! /bin/rc -e
cd $1
for (i in *){
cd i
cd $i
git/pull
cd ..
}