1 2 3 4 5 6
#!/bin/sh FIREFOX="$(command -v firefox)" [ -x "$FIREFOX.real" ] && exec "$FIREFOX.real" "$@" exec @browser@ "$@"