freebsd-dev/bin/sh/tests/execution/bg4.0

7 lines
48 B
Plaintext
Raw Normal View History

2011-06-19 00:00:36 +00:00
# $FreeBSD$
x=''
: ${x:=1} &
wait
exit ${x:-0}