Mercurial > repos > other > usr-local-bin
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e85e3470a41e |
---|---|
1 #! /bin/bash | |
2 | |
3 for site in Admin CMS ErrorHandling Forums GlitterGoth GraceBertram HWT IBBoard Puppet PuppetPrivate SkinsAtHWT WarFoundry server-usr-local; do | |
4 cd ~/Websites/$site | |
5 hg pull --config extensions.mercurial_keyring=\! | |
6 done |