2 Star 6 Fork 0

billy119/ssh-vmstat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
mkdir.py 195 Bytes
一键复制 编辑 原始数据 按行查看 历史
billy119 提交于 2017-12-29 15:28 . 代码提交
#!/usr/bin/python
"""
Create a dir.
"""
import os
rootdir = '/home/OTS-TEST'
is_exist = os.path.exists(rootdir)
if not is_exist:
os.system('mkdir %s' %(rootdir))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/billy119/ssh-vmstat.git
[email protected]:billy119/ssh-vmstat.git
billy119
ssh-vmstat
ssh-vmstat
master

搜索帮助