1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 05:34:42 +01:00
MadelineProto/tests/conversion/after-70.sh
2019-12-26 20:35:49 +01:00

5 lines
140 B
Bash
Executable File

#!/bin/bash -ex
find vendor/danog/madelineproto -type f -name '*.php' -exec sed 's/: EncryptableSocket/: \\Amp\\Socket\\Socket/g' -i {} +