mirror of
https://github.com/danog/ton.git
synced 2024-12-02 17:38:33 +01: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
|