From 9f5778b16ce15a4acd56d8f63586ee9609765319 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 26 Nov 2021 16:56:10 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- scripts/cls2tex.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/cls2tex.sh b/scripts/cls2tex.sh index 8935734..f477359 100755 --- a/scripts/cls2tex.sh +++ b/scripts/cls2tex.sh @@ -77,6 +77,7 @@ while true ; do exit ;; + # non-flag, option parsing done... *) break ;; @@ -107,5 +108,6 @@ cat "$INPUT" \ > "$OUTPUT" + #---------------------------------------------------------------------- # vim:set ts=4 sw=4 nowrap :