comparison en/examples/tour @ 87:0995016342f8

More bumf.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 04 Oct 2006 17:11:53 -0700
parents
children d351032c189c
comparison
equal deleted inserted replaced
86:796738d75876 87:0995016342f8
1 #!/bin/bash
2
3 #$ name: version
4
5 hg version
6
7 #$ name: help
8
9 hg help init
10
11 #$ name: clone
12
13 hg clone http://hg.serpentine.com/tutorial/hello
14
15 #$ name: ls
16
17 ls -l
18 ls hello