Mercurial > hg > vamp-build-and-test
view update-all.sh @ 2:4e4f3903643d
Look for e.g. Makefile.linux64 as well
author | Chris Cannam |
---|---|
date | Thu, 17 Jul 2014 13:05:17 +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