Fabric是一个Python(2.5或更高)库和命令行工具,用于连接到SSH服务器并执行命令。示例代码:from fabric.api import rundef host_type():run('uname -s')
评论