mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
2 lines
72 B
Bash
Executable file
2 lines
72 B
Bash
Executable file
#!/usr/bin/env bash
|
|
kill -SIGUSR1 "$(pidof kitty | awk '{ print $1 }')"
|