MadelineProto/tests/conversion/after-70.sh

5 lines
140 B
Bash
Raw Normal View History

2019-12-26 20:35:49 +01:00
#!/bin/bash -ex
2019-12-26 19:47:24 +01:00
find vendor/danog/madelineproto -type f -name '*.php' -exec sed 's/: EncryptableSocket/: \\Amp\\Socket\\Socket/g' -i {} +