📜  上传文件夹到故障 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:22.062000             🧑  作者: Mango

代码示例1
$ wget -O file.zip https:///url-to-your-zip
$ unzip file.zip -d .
$ rm file.zip
$ refresh