diff options
author | Paul-Sebastian Manole <brokenthorn@gmail.com> | 2008-10-08 19:17:14 +0300 |
---|---|---|
committer | Paul-Sebastian Manole <brokenthorn@gmail.com> | 2008-10-08 19:17:14 +0300 |
commit | 7ac1049b6a86e4ce83150f3de4b01dc471704ad0 (patch) | |
tree | c21cf75401393487272e137325409ad019d75d32 /pull_from_master.sh | |
parent | e6b3e32fb740d25f8e2af0671e6c62f2c9f6a66f (diff) | |
download | prosody-7ac1049b6a86e4ce83150f3de4b01dc471704ad0.tar.gz prosody-7ac1049b6a86e4ce83150f3de4b01dc471704ad0.zip |
Added script to pull from master mercurial repository
Added a few name suggestions to doc/names.txt
Minor edits.
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/ |