nix/homes/modules/scripts/task-manager.sh

2 lines
110 B
Bash
Executable file

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