mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-06-21 01:56:42 +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"
|