#!/bin/sh

### ensure, we are in the correct folder

mypath=`echo $0|sed 's/[^/]*$//'|sed 's/\/$//'`
if [ "$mypath" = "." ]; then
  mypath=`pwd`
fi
cd $mypath/resource

wxbasicscript autostart.wxbs
