Show More
@@ -1,12 +1,12 | |||||
1 | #!/bin/sh |
|
1 | #!/bin/sh | |
2 |
|
2 | |||
3 | hg init test |
|
3 | hg init test | |
4 | cd test |
|
4 | cd test | |
5 |
|
5 | |||
6 | echo % Without -v |
|
6 | echo % Without -v | |
7 | hg serve -a localhost -p 20063 -d --pid-file=hg.pid |
|
7 | hg serve -a localhost -p 20063 -d --pid-file=hg.pid | |
8 | kill `cat hg.pid` |
|
8 | cat hg.pid >> "$DAEMON_PIDS" | |
9 |
|
9 | |||
10 | echo % With -v |
|
10 | echo % With -v | |
11 |
hg serve -a localhost -p 2006 |
|
11 | hg serve -a localhost -p 20064 -d --pid-file=hg.pid -v | |
12 | kill `cat hg.pid` |
|
12 | cat hg.pid >> "$DAEMON_PIDS" |
General Comments 0
You need to be logged in to leave comments.
Login now