source: trunk/src/kash/tests/trap-int-1@ 3670

Last change on this file since 3670 was 2282, checked in by bird, 16 years ago

kash: hacked signal delivery, some trap+kill tests.

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
File size: 84 bytes
Line 
1#!/bin/sh
2
3trap 'echo "trap-int-1: caught SIGINT"; exit 0' INT
4kill -INT $$
5exit 2
6
Note: See TracBrowser for help on using the repository browser.