#!/bin/sh
if [ "$1" = -h ]; then
   echo "Opens a browser and uses text selection as URL."
   exit
fi
${BROWSER:-mozilla} "`wmiplumb`"
