Skip to content

Instantly share code, notes, and snippets.

@adamjkeller
Created December 13, 2016 18:24
Show Gist options
  • Select an option

  • Save adamjkeller/ea9a2e8251adc4057e8bcd8f45b32881 to your computer and use it in GitHub Desktop.

Select an option

Save adamjkeller/ea9a2e8251adc4057e8bcd8f45b32881 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
set -eu
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
source $DIR/services_eni_route53.sh
getjson && getiplist && formatiplist && route53set
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment