mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ps ww | grep 'manage.py' | grep -v grep | awk '{print $1}' | xargs kill
|