bos@87: #!/bin/bash bos@87: bos@87: #$ name: version bos@87: bos@87: hg version bos@87: bos@87: #$ name: help bos@87: bos@87: hg help init bos@87: bos@87: #$ name: clone bos@87: bos@87: hg clone http://hg.serpentine.com/tutorial/hello bos@87: bos@87: #$ name: ls bos@87: bos@87: ls -l bos@87: ls hello