cmd
This commit is contained in:
parent
0cce49e919
commit
d82805ff38
28 changed files with 0 additions and 0 deletions
|
@ -1,12 +0,0 @@
|
|||
# kill all instances of a process by name
|
||||
ka() {
|
||||
killall \
|
||||
"${@}"
|
||||
}
|
||||
|
||||
# force kill all instances of a process by name
|
||||
kaf() {
|
||||
killall \
|
||||
-9 \
|
||||
"${@}"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue