Skip to content

Instantly share code, notes, and snippets.

@wilmoore
Created December 6, 2019 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wilmoore/dd6be111ad2eab79458a1cba1587e6ff to your computer and use it in GitHub Desktop.
Save wilmoore/dd6be111ad2eab79458a1cba1587e6ff to your computer and use it in GitHub Desktop.
AzCopy
class Azcopy < Formula
desc "AzCopy is a command-line utility that you can use to copy blobs or files to or from a storage account."
homepage "https://azure.microsoft.com/en-us/blog/tag/azcopy/"
sha256 "4ca3f7ab59f8506224a1c70c20ca3edf47d47b95c21c47d32581bc902e022eb7"
url "https://aka.ms/downloadazcopy-v10-mace"
def install
bin.install "azcopy"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment