Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Apr 3, 2024
1 parent 77caf3f commit 52c514c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion img.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ for ((n = 1; n <= list[-1] / 16; n++)); do
fi
done
printf '\n'
done | perl -pe 's/\p{M}/ $&/g' | grep -Ew 'U+[a-z0-9_]+ | +[^ ]' >>txt/map.txt
done | perl -pe 's/\p{M}/ $&/g' | grep -Ew 'U+[a-z0-9_]+ +[^ ]' >>txt/map.txt

echo 'samples...'
for f in prog eng multi scala clojure go svelte apl engalt pretty math box braille; do
Expand Down

0 comments on commit 52c514c

Please sign in to comment.