2 lines
110 B
Bash
Executable file
2 lines
110 B
Bash
Executable file
#!/usr/bin/env bash
|
|
pkill -f "alacritty --title btop -e btop" || { alacritty --title btop -e btop & disown; }
|