#!/bin/bash
cd /opt/gdevelop
if [ -z ${1+x} ];
then
	sh StartGDevelop.sh
else
	sh StartGDevelop.sh "$1"
fi
