fix
This commit is contained in:
parent
ea5bd6cfb2
commit
8d6b4884a1
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ ka() {
|
||||||
# force kill all instances of a process by name
|
# force kill all instances of a process by name
|
||||||
kaf() {
|
kaf() {
|
||||||
killall \
|
killall \
|
||||||
-9 \
|
-9 \
|
||||||
"${@}"
|
"${@}"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue