opnsense-src/bin/sh/tests/execution/bg4.0

7 lines
48 B
Text
Raw Normal View History

2011-06-18 20:00:36 -04:00
# $FreeBSD$
x=''
: ${x:=1} &
wait
exit ${x:-0}