#!/bin/sh if [ -n "$BROWSER" ]; then exec "$BROWSER" else exit 127 fi