9 lines
219 B
Bash
Executable File
9 lines
219 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# Start-up script for KeystoreSigner
|
|
|
|
KEYSTORESIGNER_HOME=`dirname "$0"`
|
|
KEYSTORESIGNER_HOME=`dirname "$KEYSTORESIGNER_HOME"`
|
|
|
|
java -Xmx512M -jar "$KEYSTORESIGNER_HOME"/framework/BootKeystoreSigner.jar "$@"
|