feat(tools): Add a horrifying tool to write blog posts into DNS
This commit is contained in:
parent
28a9c01d36
commit
2a16740445
7 changed files with 350 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue