summaryrefslogtreecommitdiff
path: root/pidevice/unloader.sh
blob: 11c687c9a6f69c98aaccf590766b6dc098881841 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

module="pidevice"
device=$module

#rm -f /dev/$device[0-3]
rm -f /dev/$device
rmmod $module