1
0
Fork 0
forked from foxora/nix
flake-foxora/homes/modules/scripts/task-manager.sh
2026-02-12 18:53:24 +00:00

2 lines
102 B
Bash
Executable file

#!/usr/bin/env bash
pkill -f "kitty --title btop -e btop" || { kitty --title btop -e btop & disown; }