IBM / newrelic-cli

New Relic CLI is a command line tool which is used to operate New Relic objects(Synthetic monitors, alert policies, conditions, account users etc). You can use it easily to list/get/create/delete these objects. It can be used to backup your New Relic configuration data and restore in the future. It is easy to be used other than calling different REST API endpoints.
Apache License 2.0
62 stars 30 forks source link

idiomatic bash shebang #1

Closed Huang-Wei closed 6 years ago

Huang-Wei commented 6 years ago

Use #!/usr/bin/env bash as bash shebang for better portability.

Huang-Wei commented 6 years ago

/assign @wentao-zh