bprd_ctl/bprdctl_stop
2020-10-21 09:41:05 +02:00

8 lines
90 B
Bash
Executable file

#!/bin/sh
/sbin/rmmod bprdctl_mod $* || exit 1
rm -f /dev/bprdctl0 /dev/bprdctl
exit 0