#!/bin/sh

cat $1/exe/startup.xml
if [ ! -d "$1/data" ]; then
mkdir "$1/data"
fi
echo $2 > $1/data/key
