linux_module_learn/examples/simple/simple_unload

15 lines
170 B
Plaintext
Raw Normal View History

2023-07-22 13:42:32 +08:00
#!/bin/sh
module="simple"
device="simple"
# invoke rmmod with all arguments we got
/sbin/rmmod $module $* || exit 1
# Remove stale nodes
rm -f /dev/${device}[rn]