mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
5 lines
118 B
Text
5 lines
118 B
Text
# $FreeBSD$
|
|
|
|
b=200 c=30 d=5 x=4
|
|
r=$(echo a)$(($(echo b) + ${x+$(echo c)} + ${x-$(echo d)}))$(echo e)
|
|
[ "$r" = a234e ]
|