diff --git a/bash/ydns-simple b/bash/ydns-simple index 02f5c26..a7867cb 100755 --- a/bash/ydns-simple +++ b/bash/ydns-simple @@ -5,6 +5,13 @@ # which is a lot # more complex than this. +# Basic usage (as root): +# curl -L https://github.com/Mikaela/scripts/raw/gh-pages/bash/ydns-simple > /usr/local/bin/ydns-simple +# chmod 700 /usr/local/bin/ydns-simple +## Copy-paste the following to your crontab without the # +# */5 * * * * /usr/local/bin/ydns-simple >/dev/null 2>&1 + + # yDNS details USEREMAIL="" PASSWORD=""