#!/bin/sh FIREFOX="$(which firefox)" [ -x "$FIREFOX.real" ] && exec "$FIREFOX.real" "$@" exec @browser@ "$@"