#!/bin/bash # FNAME="LKM.ko" echo "Inserting kernel module: $FNAME" sudo insmod $FNAME