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

#! /bin/sh
# $Id: yesno-utf8,v 1.7 2010/01/14 01:11:23 tom Exp $

. ./setup-vars

. ./setup-utf8

DIALOG_ERROR=254
export DIALOG_ERROR

$DIALOG "$@" --yesno "Are you a DOG?" 0 0
retval=$?

. ./report-yesno