1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 11:42:18 +00:00
ton/tl/generate/scheme/update-tlo.sh

6 lines
143 B
Bash
Raw Normal View History

2019-09-07 10:03:22 +00:00
#!/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