Created
June 8, 2021 02:22
-
-
Save luojiyin1987/008d123479600a0d559aac37149bef9d to your computer and use it in GitHub Desktop.
七牛云网络存储 批量上传
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dir=./$1 | |
| fileprefix=$2 | |
| for file in $dir/* | |
| do | |
| echo ${file:2} | |
| ./qshell fput mybucket $fileprefix${file:2} $file | |
| done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment