From 7ac1049b6a86e4ce83150f3de4b01dc471704ad0 Mon Sep 17 00:00:00 2001 From: Paul-Sebastian Manole Date: Wed, 8 Oct 2008 19:17:14 +0300 Subject: Added script to pull from master mercurial repository Added a few name suggestions to doc/names.txt Minor edits. --- pull_from_master.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 pull_from_master.sh (limited to 'pull_from_master.sh') 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/ -- cgit v1.2.3