kopia lustrzana https://github.com/J-Rios/TLG_JoinCaptchaBot
10 wiersze
171 B
Plaintext
10 wiersze
171 B
Plaintext
|
|
PID=ps -aux | grep -e "[j]oin_captcha_bot.py" | awk 'FNR == 1 {print $2}'
|
||
|
|
|
||
|
|
if [ -z "$PID" ]; then
|
||
|
|
echo "Not running."
|
||
|
|
else
|
||
|
|
echo "Running (PID - $PID)."
|
||
|
|
fi
|
||
|
|
|
||
|
|
exit 0
|