dotfiles/.local/bin/scripts/favicon

4 lines
82 B
Bash
Executable File

#!/bin/bash
read -p URL? url
xdg-open "https://icons.duckduckgo.com/ip2/$url.ico"