This commit is contained in:
Marc Beninca 2024-11-16 15:59:57 +01:00
parent ea5bd6cfb2
commit 8d6b4884a1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -7,6 +7,6 @@ ka() {
# force kill all instances of a process by name
kaf() {
killall \
-9 \
-9 \
"${@}"
}