Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-11-26 16:56:10 +03:00
parent 56b817b365
commit 9f5778b16c

View File

@ -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 :