#!/bin/sh

JAVA_CMD=$(javaPathHelper -c apktool)

${JAVA_CMD} -jar /usr/local/share/apktool/apktool_2.1.1.jar "$@"
