lcd_driver/unload.sh
2022-06-06 21:59:25 +02:00

8 lines
80 B
Bash
Executable file

#!/bin/bash
module=lcd
device=lcd
rmmod $module || exit 1
rm -rf /dev/$device