5 lines
71 B
Bash
5 lines
71 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
read pid</var/run/brltty.pid
|
||
|
kill -0 $pid && kill -9 $pid
|