Skip to content

Instantly share code, notes, and snippets.

@michaelkeevildown
Created October 3, 2016 12:48
Show Gist options
  • Select an option

  • Save michaelkeevildown/3f8ed590f89b08c55e04c9a31a8aa82d to your computer and use it in GitHub Desktop.

Select an option

Save michaelkeevildown/3f8ed590f89b08c55e04c9a31a8aa82d to your computer and use it in GitHub Desktop.
Amazon Cloud Drive Upload

Upload all folders to Amazon Cloud Drive

for i in */; do echo $i; acd_cli upload "$i" /amazon/cloud/drive/path/; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment