Files
kami_jd_ck/unidbg_boot_server/start.sh
2025-04-13 19:17:51 +08:00

3 lines
134 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#nohup后台启动输出日志到test.log
nohup java -jar unidbg-boot-server-0.0.1-SNAPSHOT.jar --server.port=9999 >djo.out 2>&1 &