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