mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
6 lines
143 B
Bash
Executable File
6 lines
143 B
Bash
Executable File
#!/bin/sh
|
|
cd $(dirname $0)
|
|
tl-parser -e ton_api.tlo ton_api.tl
|
|
tl-parser -e tonlib_api.tlo tonlib_api.tl
|
|
tl-parser -e lite_api.tlo lite_api.tl
|