mirror of
				https://github.com/smallmain/cocos-enhance-kit.git
				synced 2025-11-04 01:55:23 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			96 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/bash
 | 
						|
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
 | 
						|
python ${DIR}/sdkbox.pyc "$@"
 |