#!/bin/sh
export OPERA_DIR=${OPERA_DIR:-"${0%/*}"/share/opera}
export OPERA_PERSONALDIR=${OPERA_PERSONALDIR:-"${0%/*}"/profile}
exec "${0%/*}"/lib/opera/opera "$@"
