summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/execution/bg4.0
blob: 4d63fa8b455f5779b490947e348cf3007a489706 (plain)
1
2
3
4
5

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