add x26{4,5}

This commit is contained in:
2025-09-06 20:13:56 -05:00
parent 0518a48045
commit a63d9e3e65
5 changed files with 137 additions and 73 deletions

View File

@@ -129,7 +129,7 @@ set_encode_opts() {
test $# -lt ${minOpt} && echo_fail "not enough arguments" && encode_usage && return 1
test $# -gt ${maxOpt} && echo_fail "too many arguments" && encode_usage && return 1
local optsUsed=0
OPTIND=1
local OPTARG OPTIND
while getopts "${opts}" flag; do
case "${flag}" in
I)