Skip to content

Instantly share code, notes, and snippets.

@AshleyGrant
Created October 25, 2017 15:13
Show Gist options
  • Save AshleyGrant/5de3269abfeb6c3c468f7326514bba4f to your computer and use it in GitHub Desktop.
Save AshleyGrant/5de3269abfeb6c3c468f7326514bba4f to your computer and use it in GitHub Desktop.
Azure CLI in Git Bash
#!/bin/sh
"/C/Program Files (x86)/Microsoft SDKs/Azure/CLI2/python.exe" -Im azure.cli "$@"
ret=$?
exit $ret
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment