diff options
| -rwxr-xr-x | kill-all-encoders.sh | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/kill-all-encoders.sh b/kill-all-encoders.sh index 0ced123..c572517 100755 --- a/kill-all-encoders.sh +++ b/kill-all-encoders.sh @@ -1,6 +1,6 @@  #!/bin/bash -# kill all processes that contain _encode- +# kill all processes -pkill  _encode- +pkill -INT "radio.sh" | 
