This website works better with JavaScript.
Explore
Help
Register
Sign In
467010279
/
water-monitor-api
Watch
1
Star
0
Fork
You've already forked water-monitor-api
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89
Commits
2
Branches
0
Tags
27 MiB
Tree:
9486148630
master
platform-api
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9486148630'
${ noResults }
water-monitor-api
/
sh
/
closeFFmpeg.sh
3 lines
84 B
Raw
Normal View
History
Unescape
Escape
youhua
2 years ago
#!/bin/sh
ps -ef
|
grep ffmpeg
|
grep -v grep
|
awk
{
'print $2'
}
|
xargs
kill
-9