#!/usr/bin/perl -w

system("insmod recover/recover.ko");
system("insmod detector/detector.ko");
system("chrt 99 monitor/monitor");

