DF-0622 / run.sh
#!/bin/sh # DF-0622 run script. # On THIS kernel: the stub prints an explanatory message about dead code. # On a kernel with a working ng_car module: invoke ng_car_trigger.sh as root. cd "$(dirname "$0")" ./args_overflow echo "---" echo "If ng_car.ko is loadable on your kernel, run as root:" echo " sh ng_car_trigger.sh" |