2025-06-14 15:13:06 -04:00

4 lines
62 B
Bash
Executable File

#!/bin/bash
kill $(ps aux | dmenu -i -b | awk '{print $2;}')