#!/bin/sh

for branch in HEAD MOZILLA_1_8_BRANCH MOZILLA_1_8_0_BRANCH; do
    $HOME/bin/sync-configure $branch
done
