#!/usr/bin/perl
system("rmmod X10");
system ("rm -f /dev/X10_[0-9]");
print "Driver removed \n" ;

