mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-05-06 23:28:44 +02:00
3 lines
62 B
Bash
Executable file
3 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
cat "$HOME/.abrpid" | xargs kill
|
|
rm "$HOME/.abrpid"
|