Skip to content

Instantly share code, notes, and snippets.

@Jlaird
Last active August 1, 2018 16:05
Show Gist options
  • Save Jlaird/63fd76092feffcfa269fc12d1244944c to your computer and use it in GitHub Desktop.
Save Jlaird/63fd76092feffcfa269fc12d1244944c to your computer and use it in GitHub Desktop.
#!/bin/bash
echo $1
aws route53domains disable-domain-transfer-lock --domain-name $1
aws route53domains retrieve-domain-auth-code --domain-name $1
sleep 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment