qgyd2021's picture
[20230821121100]
f6ff4fa
raw
history blame contribute delete
No virus
207 Bytes
#!/usr/bin/env bash
kill -9 `ps -aef | grep 'Transformers/bin/python3' | grep -v grep | awk '{print $2}' | sed 's/\n/ /'`
kill -9 `ps -aef | grep 'run.sh' | grep -v grep | awk '{print $2}' | sed 's/\n/ /'`