mv perl table highligter to a script

This commit is contained in:
anon 2024-12-12 12:08:34 +01:00
parent ef95a216be
commit b194720b8c

2
tool/hl_table Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
perl -pe "s/(\[.{1,4}\] = 128)/\x1b[90m\1\x1b[0m/g"