equal
deleted
inserted
replaced
1 #!/bin/sh |
1 #!/bin/sh |
2 module="msr_rt" |
2 module="ec_msr_sample" |
3 device="msr" |
3 device="msr" |
4 |
4 |
5 # invoke rmmod with all arguments we got |
5 # invoke rmmod with all arguments we got |
6 /sbin/rmmod $module $* || exit 1 |
6 /sbin/rmmod $module $* || exit 1 |
7 |
7 |