5 lines
57 B
Plaintext
5 lines
57 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
docker stop ut4hubserver
|
||
|
./setup
|
||
|
./runServer
|