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