#!/bin/bash

SCRIPT=freecell.wxb

CWD=`dirname $0`

cd $CWD
cd ../Resources

exec wxbasic $SCRIPT "$@"
