diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-10-08 17:20:11 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-10-08 17:20:11 +0100 |
commit | 37890122d6cd3b5ad419560b06bad2b69b9a5577 (patch) | |
tree | 81e668a54960fb884d8872f0fe3d7c4cfa0ce500 /pull_from_master.sh | |
parent | 9ab2e330c275fdfe92da818c3d5b451da7dc011f (diff) | |
parent | 7ac1049b6a86e4ce83150f3de4b01dc471704ad0 (diff) | |
download | prosody-37890122d6cd3b5ad419560b06bad2b69b9a5577.tar.gz prosody-37890122d6cd3b5ad419560b06bad2b69b9a5577.zip |
Merged docs from paul
Diffstat (limited to 'pull_from_master.sh')
-rwxr-xr-x | pull_from_master.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pull_from_master.sh b/pull_from_master.sh new file mode 100755 index 00000000..8ac568a4 --- /dev/null +++ b/pull_from_master.sh @@ -0,0 +1,4 @@ +#!/bin/sh +echo "Pulling from http://getjabber.ath.cx:4000/" +echo "You must have Mercurial (the hg command)" +hg pull http://getjabber.ath.cx:4000/ |