Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
#!/bin/sh #set -x cd "$(dirname "$0")" echo subdirs: /bin/sh samples/runall.sh echo tests: for t in *.err* *.in* do echo `basename $t` /bin/sh runone.sh $t done