#!/bin/bash
# Extract the icon of a given page using duckduckgo
read -p URL? url
xdg-open "https://icons.duckduckgo.com/ip2/$url.ico"