insmod.sh 108 B

12345
  1. #!/bin/sh
  2. KERNEL_VER=$(uname -r)
  3. BASE_PATH=/lib/modules/${KERNEL_VER}/extra
  4. insmod $BASE_PATH/hantrodec.ko