加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploymain.sh 225 Bytes
一键复制 编辑 原始数据 按行查看 历史
Lank 提交于 2021-02-27 13:16 . 完善细节
#!/bin/sh
d=`date "+%Y_%m_%d_%H_%M_%S"`
deploydir="deploy${d}"
mkdir $deploydir
cd $deploydir
wget https://gitee.com/lank/zcdevmgr/raw/master/deploy.sh
file=`ls -rtl |tail -1|awk '{print $NF}'`
chmod +x $file
sh $file
exit 0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化