加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
x7 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
EL 提交于 2024-07-07 11:56 . ...
___X_CMD_GET_GITPROVIDER="https://codeberg.org/"
if command -v curl >/dev/null; then
XX=x7 eval "$(curl https://get.x-cmd.com/xx)";
elif command -v wget >/dev/null; then
XX=x7 eval "$(wget -O- https://get.x-cmd.com/xx)";
else
printf "%s\n" "command not found ==> curl wget " >&2;
fi;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化