From bbaa2cd135ca6d06dbddef6bb07a5792471af35b Mon Sep 17 00:00:00 2001 From: Moridius Date: Mon, 28 Mar 2022 12:38:43 +0200 Subject: [PATCH] Script and first template. --- doc.sh | 30 +++++++++++++++ protocol.template.html | 83 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100755 doc.sh create mode 100644 protocol.template.html diff --git a/doc.sh b/doc.sh new file mode 100755 index 0000000..24fc6fb --- /dev/null +++ b/doc.sh @@ -0,0 +1,30 @@ +#!/bin/sh + +dir="$(dirname "$(readlink -e "$0")")" + +if [ "$1" = "" ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then + echo "Usage: doc.sh