Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Update kill.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gaowanlu authored Dec 1, 2023
1 parent 3e9de19 commit b2126a7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kill.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
sudo kill `ps -ef | grep 'tubekit' | grep -v 'grep' | awk '{print $2}'`

sudo kill $(ps -ef | grep 'tubekit' | grep -v 'grep' | awk '{print $2}')

0 comments on commit b2126a7

Please sign in to comment.