Newer
Older
UbixOS / bin / sh / tests / execution / bg4.0
@Charlie Root Charlie Root on 16 Jan 2018 126 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/execution/bg4.0 223283 2011-06-19 00:00:36Z jilles $

x=''
: ${x:=1} &
wait
exit ${x:-0}