4 lines
54 B
Plaintext
Raw Normal View History

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