#! /bin/bash if [ "${2}" == "WebBrowser" ]; then /usr/local/bin/wrapped-chromium else /usr/bin/exo-open-real "$@" fi