4 Star 1 Fork 3

明实-椰子树 / 堡垒机

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run_server.py 212 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env python3
# coding: utf-8
import sys
import subprocess
if __name__ == '__main__':
subprocess.call('python3 jms start all', shell=True,
stdin=sys.stdin, stdout=sys.stdout)
Python
1
https://gitee.com/mingshitech-coconet/fortress-machine.git
git@gitee.com:mingshitech-coconet/fortress-machine.git
mingshitech-coconet
fortress-machine
堡垒机
master

搜索帮助