This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangshu
/
youtube_prod
Watch
1
Star
0
Fork
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.
5
Commits
2
Branches
0
Tags
173 MiB
Tree:
380fcb5510
developer
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '380fcb5510'
${ noResults }
youtube_prod
/
stop_download.sh
4 lines
92 B
Raw
Normal View
History
commit
7 months ago
#!/bin/bash
pid
=
`
ps -ef
|
grep main_download
|
awk
NR
=
=
1
'{print $2}'
`
echo
$pid
kill
-9
$pid