freelance-project-34-market.../d1/wsgi/f2.sh
2022-10-23 16:47:24 +03:00

2 lines
171 B
Bash

echo START; pgrep -f -a 'python.*wsgi-loader'; pgrep -f -a 'python.*wsgi-loader' | awk '{print $1}' | xargs kill -s SIGINT; echo AFTER; pgrep -f -a 'python.*wsgi-loader';