dotfiles/.local/bin/toggle
2024-07-12 12:24:02 -04:00

4 lines
32 B
Bash
Executable file

#!/bin/sh
killall "$1" || "$@"