From 2a16740445291366540f8ce3fa8589c3f9b7740a Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 19 Aug 2019 16:58:19 +0100 Subject: feat(tools): Add a horrifying tool to write blog posts into DNS --- tools/bin/__dispatch.sh | 3 +++ tools/bin/blog_cli | 1 + 2 files changed, 4 insertions(+) create mode 120000 tools/bin/blog_cli (limited to 'tools/bin') diff --git a/tools/bin/__dispatch.sh b/tools/bin/__dispatch.sh index bb61c4776969..7af832c65f00 100755 --- a/tools/bin/__dispatch.sh +++ b/tools/bin/__dispatch.sh @@ -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 diff --git a/tools/bin/blog_cli b/tools/bin/blog_cli new file mode 120000 index 000000000000..8390ec9c9652 --- /dev/null +++ b/tools/bin/blog_cli @@ -0,0 +1 @@ +__dispatch.sh \ No newline at end of file -- cgit 1.4.1