mirror of
https://github.com/hpd840321/starRiverProperty.git
synced 2026-06-09 08:20:31 +08:00
8b15445328
Former-commit-id: 1de24b7eb79676d1aba9d799a58c5a753290cf52
7 lines
296 B
Bash
7 lines
296 B
Bash
#!/bin/bash
|
|
dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
|
|
cd $dir
|
|
pathaaa=`pwd`
|
|
echo $pathaaa >> /root/jar-path
|
|
/data/cwos/java/bin/java -jar -Xmx3072m -Xms3072m -Xmn1024m -Xdebug -Xrunjdwp:transport=dt_socket,address=8012,server=y,suspend=n cw-elevator-application-V1.0.0.20211103.jar
|