brltty/dracut-brltty-cleanup.sh

5 lines
71 B
Bash
Raw Normal View History

2018-05-31 13:09:05 +00:00
#!/bin/bash
read pid</var/run/brltty.pid
kill -0 $pid && kill -9 $pid