Mercurial > repos > other > usr-local-bin
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/backup-websites Sat Aug 02 19:31:02 2014 +0100 @@ -0,0 +1,6 @@ +#! /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