feat(tools): Add a horrifying tool to write blog posts into DNS

This commit is contained in:
Vincent Ambo 2019-08-19 16:58:19 +01:00
parent 28a9c01d36
commit 2a16740445
7 changed files with 350 additions and 0 deletions

View file

@ -22,6 +22,9 @@ case "${TARGET_TOOL}" in
kontemplate)
attr="kontemplate"
;;
blog_cli)
attr="tazjin.blog_cli"
;;
*)
echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
exit 1