27 Star 76 Fork 27

chobit / jumpserver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
run_server.py 212 Bytes
一键复制 编辑 原始数据 按行查看 历史
ibuler 提交于 2018-03-19 11:26 . [Update] 管理脚本
#!/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/chobit/jumpserver.git
git@gitee.com:chobit/jumpserver.git
chobit
jumpserver
jumpserver
master

搜索帮助