#!/bin/sh ARGS="-chrome chrome://theme_builder/content/install.xul" if test -r mozilla then ./mozilla $ARGS else ./netscape $ARGS fi