#!/data/data/com.termux/files/usr/bin/sh
exec dalvikvm 		-Xcompiler-option --compiler-filter=speed 		-Xmx256m 		-cp /data/data/com.termux/files/usr/share/dex/dx.jar 		dx.dx.command.Main "$@"
