mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 00:34:40 +01:00
5 lines
140 B
Bash
Executable File
5 lines
140 B
Bash
Executable File
#!/bin/bash -e
|
|
|
|
#find vendor/danog/madelineproto -type f -name '*.php' -exec sed 's/: EncryptableSocket/: \\Amp\\Socket\\Socket/g' -i {} +
|
|
|