~ubuntu-branches/ubuntu/wily/rdscli/wily

« back to all changes in this revision

Viewing changes to bin/rds-describe-events

  • Committer: Bazaar Package Importer
  • Author(s): Scott Moser
  • Date: 2011-06-20 00:54:04 UTC
  • Revision ID: james.westby@ubuntu.com-20110620005404-tj4toxtv1aan9pfc
Tags: upstream-1.4.006
ImportĀ upstreamĀ versionĀ 1.4.006

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env bash
 
2
if [ -n "${AWS_RDS_HOME:+x}" ]; then
 
3
        ${AWS_RDS_HOME}/bin/rds rds-describe-events "$@"
 
4
else
 
5
        echo AWS_RDS_HOME is not set
 
6
        exit 1
 
7
fi