view update-all.sh @ 1:ac47394e6503

Initial processing
author Chris Cannam
date Mon, 14 Jul 2014 13:47:37 +0100
parents e3a9ff791a5e
children 57da88814766
line wrap: on
line source
#!/bin/bash
cat .hgsub | awk '{ print $1 }' | while read x; do
    ( cd $x ; hg pull && hg update )
done