mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
3 lines
120 B
Bash
Executable file
3 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
which hg >/dev/null || echo "You must have Mercurial (the hg command)"
|
|
hg pull http://heavy-horse.co.uk:4000/
|