forked from foxora/nix
2 lines
102 B
Bash
Executable file
2 lines
102 B
Bash
Executable file
#!/usr/bin/env bash
|
|
pkill -f "kitty --title btop -e btop" || { kitty --title btop -e btop & disown; }
|