Reorganise scripts
This commit is contained in:
parent
5ebf7f9b5c
commit
4ae0656da4
18 changed files with 196 additions and 104 deletions
7
.config/scripts/tool/kill.sh
Executable file
7
.config/scripts/tool/kill.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
kill-port() {
|
||||
sudo kill -9 $(lsof -t -i:"$1")
|
||||
}
|
||||
|
||||
kill-all() {
|
||||
sudo kill -9 $(pgrep "$1")
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue