#!/bin/sh for i in current stable do cd ~/git/$i git push --mirror github:frugalware/frugalware-$i.git git push --mirror gitorious:frugalware/frugalware-$i.git done