#!/bin/sh URL=$(mybemenu < ~/bin/urllist) if [ $URL ]; then if [ "$URL" = "clipboard" ]; then URL=$(wl-paste) fi badwolf ${URL} fi