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

module="sleep"
device=$module

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