sh.rst
author Oleksandr Gavenko <gavenkoa@gmail.com>
Sun, 04 Sep 2011 21:53:07 +0300
changeset 981 a4c29b57be8b
parent 890 6f835a47d0e0
permissions -rw-r--r--
Debian menu system.

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

* Kill processes after timeout.

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