This commit is contained in:
Fulton Browne 2021-03-22 21:08:26 +00:00
parent 5d5a77c752
commit eefb86dd3e
1 changed files with 7 additions and 0 deletions

7
mirror/hgpull Normal file
View File

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