Mercurial > repos > other > usr-local-bin
view backup-websites @ 0:e85e3470a41e
Initial commit of useful scripts
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 02 Aug 2014 19:31:02 +0100 |
parents | |
children | 30145875d811 |
line wrap: on
line source
#! /bin/bash for site in Admin CMS ErrorHandling Forums GlitterGoth GraceBertram HWT IBBoard Puppet PuppetPrivate SkinsAtHWT WarFoundry server-usr-local; do cd ~/Websites/$site hg pull --config extensions.mercurial_keyring=\! done