sh.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Fri, 21 Oct 2011 15:40:16 +0300
changeset 1060 3d6440915224
parent 890 6f835a47d0e0
permissions -rw-r--r--
Single development branch with branches for bug fix in major versions.

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

* Kill processes after timeout.

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