##// END OF EJS Templates
Use "kill $!" to kill running background processes....
Thomas Arendsen Hein -
r492:9bd468e3 default
parent child Browse files
Show More
@@ -29,4 +29,4 b' hg co'
29 cat foo
29 cat foo
30 hg manifest
30 hg manifest
31
31
32 kill %1
32 kill $!
@@ -17,4 +17,4 b' hg co'
17 cat foo
17 cat foo
18 hg manifest
18 hg manifest
19
19
20 kill %hg
20 kill $!
General Comments 0
You need to be logged in to leave comments. Login now