Skip to content

Instantly share code, notes, and snippets.

@bartimaeus
Created November 13, 2012 06:47
Show Gist options
  • Save bartimaeus/4064362 to your computer and use it in GitHub Desktop.
Save bartimaeus/4064362 to your computer and use it in GitHub Desktop.
Init script to run local dns update script for Route53
#!/bin/bash
su - ubuntu -c "ruby $HOME/bin/update-dns.rb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment