1 Star 1 Fork 2

wanglihui/IntelliJIDEA

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
start.sh 380 Bytes
一键复制 编辑 原始数据 按行查看 历史
嘉鱼 提交于 2018-12-14 23:11 +08:00 . 初始项目
#!/bin/sh
######################################################
# Author: ache
# Created Time : 2018年12月14日 星期五 22时10分57秒
# File Name: start.sh
# Description:
######################################################
nohup ./IntelliJIDEALicenseServer_linux_amd64 -p 1027 -u ache > info.log 2>&1 &
echo $! > tpid
echo 'IntelliJIDEALicenseServer start success!'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dog/IntelliJIDEA.git
git@gitee.com:dog/IntelliJIDEA.git
dog
IntelliJIDEA
IntelliJIDEA
master

搜索帮助