Files
server/start-jar.sh
2025-11-02 19:34:16 +08:00

4 lines
72 B
Bash

#!/bin/bash
nohup java -jar xiaozhi.server-pay.jar > output.log 2>&1 &