diff options
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/ |