2024-04-23 07:12:49 +04:00

4 lines
54 B
Bash
Executable File

#!/bin/bash
kill $(ps aux | fzf | awk '{print $2;}')