4 lines
56 B
Plaintext
Raw Normal View History

2024-04-23 07:45:23 +04:00
#!/bin/bash
kill $(ps aux | dmenu | awk '{print $2;}')