3 lines
61 B
Plaintext
3 lines
61 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
perl -pe 's|(\e)\[(\d+)(;*)(\d*)(\w)||g'
|