1 Star 0 Fork 3

陈智/堡垒机

forked from 明实-椰子树/堡垒机 
加入 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)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/cz1015936009/fortress-machine.git
[email protected]:cz1015936009/fortress-machine.git
cz1015936009
fortress-machine
堡垒机
master

搜索帮助