Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh #set -x cd "$(dirname "$0")" for t in example simple test-a6 vmnet8 do echo $t /bin/sh runone.sh $t done