Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
# $FreeBSD$ export key='must contain this' unset x r=$(ENV="\${x?\$key}" ${SH} -i +m 2>&1 >/dev/null <<\EOF exit 0 EOF ) && case $r in *"$key"*) true ;; *) false ;; esac