This repository has been archived on 2026-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
2022-12-12 12:22:27 +09:00

2 lines
53 B
Bash
Executable File

ps | grep python | awk '{print $1}' | xargs kill -9