71d03f39c3
GitOrigin-RevId: 318483224ad6164d9966f731d60cde37039bb2d4
7 lines
193 B
Bash
Executable File
7 lines
193 B
Bash
Executable File
#!/bin/sh
|
|
cd $(dirname $0)
|
|
tl-parser -e td_api.tlo td_api.tl
|
|
tl-parser -e telegram_api.tlo telegram_api.tl
|
|
tl-parser -e mtproto_api.tlo mtproto_api.tl
|
|
tl-parser -e secret_api.tlo secret_api.tl
|