mv
This commit is contained in:
parent
0b4ac490cd
commit
5e21bdec58
1 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