summaryrefslogtreecommitdiff
path: root/bin/frakture
diff options
context:
space:
mode:
authorDavid Wührer <def@gmx.at>2026-09-14 17:40:32 +0200
committerDavid Wührer <def@gmx.at>2026-09-14 17:40:32 +0200
commit03d9f280717714dcc837776c9b2c828faa65221e (patch)
treedc5667f939141c3a5962c41c5c83c79545c2fff6 /bin/frakture
parent9caf4273b93c3934cf6deca43245d6a646712d62 (diff)
minor formatting
Diffstat (limited to 'bin/frakture')
-rwxr-xr-xbin/frakture3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/frakture b/bin/frakture
index 530369c..cb8f43f 100755
--- a/bin/frakture
+++ b/bin/frakture
@@ -110,8 +110,7 @@ declare -A f=(
)
while IFS= read -r line
do for i in $(seq 0 "$((${#line}-1))")
- do
- c=${line:$i:1}
+ do c=${line:$i:1}
printf '%s' "${f[$c]:-$c}"
done
echo