#!/bin/bash
URL=`zenity --entry --text="Enter URL of Deviation:"`
THUMB=`zenity --entry --text="Enter thumbnail image location"`
echo ""
echo "[url="$URL"][img]$THUMB[/img][/url]"
echo ""

