Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# $FreeBSD$

read a b c <<\EOF
\
A\
 \
 \
 \
B\
 \
 \
C\
 \
 \
 \
EOF
[ "$a.$b.$c" = "A.B.C" ]