Show More
@@ -5,8 +5,8 b' cd test' | |||
|
5 | 5 | |
|
6 | 6 | echo % Without -v |
|
7 | 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 | 10 | echo % With -v |
|
11 |
hg serve -a localhost -p 2006 |
|
|
12 | kill `cat hg.pid` | |
|
11 | hg serve -a localhost -p 20064 -d --pid-file=hg.pid -v | |
|
12 | cat hg.pid >> "$DAEMON_PIDS" |
General Comments 0
You need to be logged in to leave comments.
Login now