#!/bin/bash
SCRIPT_DIR=$(cd `dirname "$0"`; pwd)
if [ "$PLATFORM" = "win" ]; then
"$SCRIPT_DIR/debian-7-64bit/run.sh" "$@"
elif [ "$ARCH" = "32" ]; then
"$SCRIPT_DIR/debian-7-32bit/run.sh" "$@"
else
fi