Zabij proces Pythona za pomocą Bash
kill $(pgrep -f 'python test.py')
WitherredAway
kill $(pgrep -f 'python test.py')