xref
: /
freebsd
/
bin
/
sh
/
tests
/
execution
/
bg4.0
(revision faf25f48d601ae39f5752602f3020e2e92605625)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
x=''
4
: ${x:=1} &
5
wait
6
exit ${x:-0}
7