#!/bin/sh

HERE="$(pwd)"
PARENT="$(dirname "$HERE")"

export LD_LIBRARY_PATH="${PARENT}"/lib:$PATH

"${HERE}"/thorium_shell --use-gl=desktop --enable-experimental-web-platform-features --debug $@
