Spaces:
Runtime error
Runtime error
File size: 71 Bytes
e72aedf |
1 2 |
kill -9 $(ps aux | grep 'python3' | grep -v 'grep' | awk '{print $2}')
|