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
#
# $NetBSD: include_nis,v 1.1 2018/01/09 03:31:14 christos Exp $
#

if [ -n "$2" ]; then
	ypmatch $2 $1
	exit 0
fi

if [ -n "$1" ]; then
	ypcat -k $1
	exit 0
fi