Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5
# $FreeBSD$ b=200 c=30 d=5 x=4 r=$(echo a)$(($(echo b) + ${x+$(echo c)} + ${x-$(echo d)}))$(echo e) [ "$r" = a234e ]