summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/kill1.0
blob: c1b85503848e2ab8db709c7e23220be5d84d501c (plain)
1
2
3
4
5
6
7
8
# $FreeBSD$

: &
p1=$!
: &
p2=$!
wait $p2
kill %1
OpenPOWER on IntegriCloud