#!/bin/sh lines=12 blacklist='google' selection=$(echo "" | dmenu -p "Enter URL") if [ ! -z "$selection" ] then $BROWSER $selection fi