blob: 082d449d4051fddb124aa58e360cc6aef7ea100f [file] [log] [blame]
#!/bin/sh
wdir=`dirname $0`
[ -e $wdir/motodevstudio ] && exe="motodevstudio" || exe="eclipse"
$wdir/$exe -nosplash --launcher.suppressErrors -nl en -application com.motorolamobility.preflighting.MOTODEVApplicationValidator $@ -vmargs -Xms128m -Xmx512m -Declipse.exitdata=""
err=$?
exit $err