mirror of
https://github.com/uk0/camostream.git
synced 2026-08-29 08:49:44 +00:00
4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/bin/bash
|
|
|
|
ps -ef |grep camostream | awk '{print $2}' | xargs kill -9
|