From bd3d09c6e8da2ed6c8a0bd1ec7da0a59186e7147 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sun, 18 Jan 2015 13:00:35 +0200 Subject: [PATCH] ydns-simple: add the last comments --- bash/ydns-simple | 7 +++++++ 1 file changed, 7 insertions(+) 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=""