#!/bin/bash cd /usr/share/netsurf if [ $1 == -fb ]; then ./nsfb $2 else ./nsgtk $1 ; fi