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$

case 5 in
[0$((-9))]) ;;
*) echo bad1 ;;
esac

case - in
[0$((-9))]) echo bad2 ;;
esac