#!/usr/bin/bash
for m in hook dialer; do
    sudo insmod $HOME/drivers/$m/$m.ko debug=1 && echo $m installed.
    done
