加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
besttrace.sh 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yorfir 提交于 2017-05-03 21:50 . Update besttrace.sh
#!/bin/bash
cd /root
wget --no-check-certificate https://raw.githubusercontent.com/yorfir/CentOS-Attachment/master/soft/besttrace4linux.zip
yum -y install unzip
unzip besttrace4linux.zip
chmod a+x besttrace
echo -e "\033[37;31;5mbesttrace安装成功,输入./besttrace+ip 使用...\033[39;49;0m"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化