mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
6 lines
48 B
Text
6 lines
48 B
Text
# $FreeBSD$
|
|
|
|
x=''
|
|
: ${x:=1} &
|
|
wait
|
|
exit ${x:-0}
|