sh.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Tue, 11 Oct 2011 23:05:41 +0300
changeset 1023 d8c88154a28f
parent 890 6f835a47d0e0
permissions -rw-r--r--
Find greatest common ancestor of the two changesets.

-*- mode: outline; coding: utf-8 -*-

* Kill processes after timeout.

  $ yes xxx& p1=$! ; yes ===& p2=$! ; sleep 2; kill $p1; kill $p2