route-startup.sh 92 字节 原文件 审查 历史 永久链接 1 2 #!/usr/bin/env bash nohup java -jar cim-forward-route-1.0.0-SNAPSHOT.jar > log.file 2>&1 &