mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-26 16:08:30 +00:00
git-subtree-dir: submodules/ffmpeg git-subtree-mainline:8f5a4f7dc1git-subtree-split:53fc3dcb60
3 lines
105 B
Bash
Executable File
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'
|