Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save luojiyin1987/008d123479600a0d559aac37149bef9d to your computer and use it in GitHub Desktop.
Save luojiyin1987/008d123479600a0d559aac37149bef9d to your computer and use it in GitHub Desktop.
七牛云网络存储 批量上传
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