qt/LedOK/ffmpeg-mac/bin/unwrap-diff
2023-04-23 10:04:49 +08:00

3 lines
105 B
Bash
Executable File

#!/bin/sh
tr '\n' '\001' | sed 's/\x01\x01/\x01 \x01/g' | sed 's/\x01\([^-+ @]\)/ \1/g' | tr '\001' '\n'