#!/bin/sh

JAVA_CMD=$(javaPathHelper -c apktool)

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