Created
December 6, 2019 22:51
-
-
Save wilmoore/dd6be111ad2eab79458a1cba1587e6ff to your computer and use it in GitHub Desktop.
AzCopy
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
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