#!/bin/sh # Update the Loc var to where YOU stored the testsign.jar file ! Loc=/home/blerfont/sdk/tools/ for arg do java -classpath "$Loc"testsign.jar testsign "$arg" "$arg"-signed gdialog --title "signapk" --msgbox "signed-"$arg" created" 200 200 done