From b1ab18edc8fb8ff76e4f990d38420167ceac1d4b Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 6 Jul 2023 15:46:32 -0300 Subject: v2: dynamic.mk: Add WIP implementation of "eslaides(1)" --- v2/src/bin/category | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'v2/src/bin/category') diff --git a/v2/src/bin/category b/v2/src/bin/category index 16eea0e..e3092cc 100755 --- a/v2/src/bin/category +++ b/v2/src/bin/category @@ -4,8 +4,8 @@ set -eu usage() { cat <<-'EOF' Usage: - category FILENAME - html -h + category FILENAME.md > FILENAME.categoryentry + category -h EOF } @@ -14,9 +14,9 @@ help() { Options: - -h, --help show this message + -h, --help show this message - FILENAME the name of the input file .md file + FILENAME.md the name of the input file .md file Process the FILENAME, and generate a the derived category files. @@ -64,7 +64,7 @@ shift $((OPTIND - 1)) . src/lib.sh FILENAME="${1:-}" -eval "$(assert_arg "$FILENAME" 'FILENAME')" +eval "$(assert_arg "$FILENAME" 'FILENAME.md')" # shellcheck source=/dev/null -- cgit v1.2.3