7 lines
120 B
Bash
7 lines
120 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
pkill -SIGINT -f UE4Server-Linux-Shipping
|
||
|
pkill start-server.sh
|
||
|
pkill -SIGINT -f UE4Server-Linux-Shipping
|
||
|
|