xref: /freebsd/bin/sh/tests/builtins/kill1.0 (revision 0957b409)
1# $FreeBSD$
2
3: &
4p1=$!
5: &
6p2=$!
7wait $p2
8kill %1
9