dotfiles/.local/bin/toggle

4 lines
32 B
Plaintext
Raw Normal View History

2024-07-12 12:24:02 -04:00
#!/bin/sh
killall "$1" || "$@"