Software /
code /
prosody
Comparison
pull_from_master.sh @ 75:338e75cba18d
Added script to pull from master mercurial repository
Added a few name suggestions to doc/names.txt
Minor edits.
author | Paul-Sebastian Manole <brokenthorn@gmail.com> |
---|---|
date | Wed, 08 Oct 2008 19:17:14 +0300 |
child | 92:0261260cf9a7 |
comparison
equal
deleted
inserted
replaced
73:937448005121 | 75:338e75cba18d |
---|---|
1 #!/bin/sh | |
2 echo "Pulling from http://getjabber.ath.cx:4000/" | |
3 echo "You must have Mercurial (the hg command)" | |
4 hg pull http://getjabber.ath.cx:4000/ |