#!/bin/sh

APP_DIR=`dirname "$0"`
APP_DIR=`cd "$APP_DIR";pwd`
exec "$APP_DIR/AlbumShaper.bin" "$@$APP_DIR"
