4 lines
73 B
Plaintext
4 lines
73 B
Plaintext
|
#!/usr/bin/env zsh
|
||
|
|
||
|
kill $(ps -eaf | grep hp-systray | awk "{print $2}")
|