3 lines
62 B
Bash
Executable File
3 lines
62 B
Bash
Executable File
#!/bin/sh
|
|
perl -pe "s/(\[.{1,4}\] = 128)/\x1b[90m\1\x1b[0m/g"
|