From 68575e4ef8dcd4c43da66f61cc23dc5d36979d35 Mon Sep 17 00:00:00 2001 From: Josh North Date: Thu, 22 Oct 2015 09:02:45 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba53c51..9f5f53f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # debuntu-toolkit ######Miscellaneous scripts for system admin -* ### cfddnsv6.sh +### - cfddnsv6.sh Update CloudFlare IPv6 DNS records IP address from desired interface. ###### Quick Install: ``` @@ -14,7 +14,7 @@ Right now we run this from cron--- at reboot and every so often after. This exam */30 * * * * /usr/local/bin/cfddnsv6.sh >/dev/null 2>&1 ``` -* ### cleanup.sh +### - cleanup.sh Quick and dirty script to clear disk space (log files, apt cache, etc etc) - useful if creating a machine template. ###### Quick Install: ```