mirror of
				https://github.com/ton-blockchain/ton
				synced 2025-03-09 15:40:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			143 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			5 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
 |