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