mirror of
https://gitlab.com/veloren/veloren.git
synced 2025-07-26 05:12:29 +00:00
4 lines
103 B
Bash
Executable File
4 lines
103 B
Bash
Executable File
#!/bin/sh
|
|
cd /opt
|
|
RUST_LOG=info,common=debug,common::net=info RUST_BACKTRACE=1 /opt/veloren-server-cli
|