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

#	$NetBSD: dot.shrc,v 1.8 2007/11/24 11:14:41 pavel Exp $

if [ -f /etc/shrc ]; then
	. /etc/shrc
fi

hup(){ (read pid; kill -HUP $pid) </var/run/$1.pid; }

case "$-" in *i*)
	# interactive mode settings go here
	;;
esac