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