8 lines
80 B
Bash
Executable file
8 lines
80 B
Bash
Executable file
#!/bin/bash
|
|
|
|
module=lcd
|
|
device=lcd
|
|
|
|
rmmod $module || exit 1
|
|
rm -rf /dev/$device
|