dotfiles/.local/bin/scripts/favicon

4 lines
115 B
Bash
Executable File

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