mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
7 lines
48 B
Text
7 lines
48 B
Text
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
x=''
|
||
|
|
: ${x:=1} &
|
||
|
|
wait
|
||
|
|
exit ${x:-0}
|